Skip to content

Commit

Permalink
Fixed broke continuous integration badge
Browse files Browse the repository at this point in the history
The previous "continuous integration" badge showed failing no matter the current result because of historical tests that failed, see: actions/starter-workflows#1525

Now it shows the up to date test result
  • Loading branch information
juhotuho10 committed Apr 14, 2024
1 parent d664f3d commit d0ee87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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

Expand Down

0 comments on commit d0ee87e

Please sign in to comment.