From d0ee87e4aebbb53b1e37fbb52a43949ea7bb8dc3 Mon Sep 17 00:00:00 2001 From: Juho N Date: Sun, 14 Apr 2024 20:54:04 +0300 Subject: [PATCH] Fixed broke continuous integration badge The previous "continuous integration" badge showed failing no matter the current result because of historical tests that failed, see: https://github.com/actions/starter-workflows/issues/1525 Now it shows the up to date test result --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 67c1c025e..4e33d12c4 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ __ https://docs.rs/ndarray/ |build_status|_ |crates|_ |matrix-chat|_ |irc|_ -.. |build_status| image:: https://github.com/rust-ndarray/ndarray/workflows/Continuous%20integration/badge.svg?branch=master +.. |build_status| image:: https://github.com/rust-ndarray/ndarray/actions/workflows/ci.yaml/badge.svg :alt: CI build status .. _build_status: https://github.com/rust-ndarray/ndarray/actions