From 99e71f59e0e511f58c7fa1a2509b93a76559d7a9 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 17 Oct 2022 09:15:34 +0900 Subject: [PATCH] Fix badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd69531..da395f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # sv-parser SystemVerilog parser library fully compliant with [IEEE 1800-2017](https://standards.ieee.org/standard/1800-2017.html). -[![Actions Status](https://github.com/dalance/sv-parser/workflows/Rust/badge.svg)](https://github.com/dalance/sv-parser/actions) +[![Actions Status](https://github.com/dalance/sv-parser/workflows/Regression/badge.svg)](https://github.com/dalance/sv-parser/actions) [![Crates.io](https://img.shields.io/crates/v/sv-parser.svg)](https://crates.io/crates/sv-parser) [![Docs.rs](https://docs.rs/sv-parser/badge.svg)](https://docs.rs/sv-parser)