Skip to content

Commit

Permalink
Auto merge of #2677 - RalfJung:badge, r=RalfJung
Browse files Browse the repository at this point in the history
remove CI badge

We don't actually run CI on the `master` branch (because bors checks things before they can even be on master), so this doesn't really show anything. rustc doesn't have a badge either. I think we can live without it. :D
  • Loading branch information
bors committed Nov 17, 2022
2 parents d6aab57 + 096c393 commit 6d75804
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Miri

[![Actions build status][actions-badge]][actions-url]

[actions-badge]: https://github.com/rust-lang/miri/workflows/CI/badge.svg?branch=master
[actions-url]: https://github.com/rust-lang/miri/actions

An experimental interpreter for [Rust][rust]'s
[mid-level intermediate representation][mir] (MIR). It can run binaries and
test suites of cargo projects and detect certain classes of
Expand Down

0 comments on commit 6d75804

Please sign in to comment.