From a90dd9363ccf18d7bad4a6c2eff074a73ddc2bec Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sat, 27 Sep 2025 08:42:34 -0400 Subject: [PATCH] Update CI badge link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f58443a..bbd6c32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # testscript-rs -[![CI](https://github.com/imjasonh/testscript-rs/workflows/CI/badge.svg)](https://github.com/imjasonh/testscript-rs/actions) +[![CI](https://github.com/imjasonh/testscript-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/imjasonh/testscript-rs/actions/workflows/ci.yml) ![Crates.io](https://img.shields.io/crates/v/testscript-rs) A Rust crate for testing command-line tools using filesystem-based script files.