From a870217337f366d974fc17b3ba198a5eebed06e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BA=D1=81=D0=B0=D0=BD=D0=B0=20=D0=AE=D1=80=D1=87?= =?UTF-8?q?=D1=83=D0=BA?= Date: Mon, 17 Mar 2025 19:43:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 545443f..44e128f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Downloads](https://img.shields.io/crates/d/serial_test)](https://crates.io/crates/serial_test) [![Docs](https://docs.rs/serial_test/badge.svg)](https://docs.rs/serial_test/) [![MIT license](https://img.shields.io/crates/l/serial_test.svg)](./LICENSE) -[![Build Status](https://github.com/palfrey/serial_test/workflows/Continuous%20integration/badge.svg?branch=main)](https://github.com/palfrey/serial_test/actions) +[![Build Status](https://github.com/palfrey/serial_test/actions/workflows/ci.yml/badge.svg)](https://github.com/palfrey/serial_test/actions) [![MSRV: 1.68.2](https://flat.badgen.net/badge/MSRV/1.68.2/purple)](https://blog.rust-lang.org/2023/03/28/Rust-1.68.2.html) `serial_test` allows for the creation of serialised Rust tests using the `serial` attribute