Skip to content

Commit 8e33e12

Browse files
Merge pull request #92 from chrissimpkins/ci-badges
Add GH Actions CI badges to README
2 parents 523c327 + 7c3f0e7 commit 8e33e12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cargo Bisection
22

3+
[![GNU/Linux CI](https://github.com/rust-lang/cargo-bisect-rustc/workflows/GNU/Linux%20CI/badge.svg)](https://github.com/rust-lang/cargo-bisect-rustc/actions?query=workflow%3A%22GNU%2FLinux+CI%22)
4+
[![macOS CI](https://github.com/rust-lang/cargo-bisect-rustc/workflows/macOS%20CI/badge.svg)](https://github.com/rust-lang/cargo-bisect-rustc/actions?query=workflow%3A%22macOS+CI%22)
5+
[![Windows CI](https://github.com/rust-lang/cargo-bisect-rustc/workflows/Windows%20CI/badge.svg)](https://github.com/rust-lang/cargo-bisect-rustc/actions?query=workflow%3A%22Windows+CI%22)
6+
37
This tool bisects either Rust nightlies or CI artifacts.
48

59
[**Tutorial**](TUTORIAL.md)

0 commit comments

Comments
 (0)