Skip to content

Commit

Permalink
Use dtolnay/rust-toolchain's miri toolchain
Browse files Browse the repository at this point in the history
This defaults to components miri + rust-src.
  • Loading branch information
dtolnay committed Jun 29, 2022
1 parent 2a6da9b commit 8cf6d7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri, rust-src
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-strict-provenance
Expand Down

0 comments on commit 8cf6d7b

Please sign in to comment.