Skip to content

Commit

Permalink
only run miri on tests with "miri" in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
blobcode committed Nov 22, 2022
1 parent 718aa77 commit 323eca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri test
- run: cargo miri test miri
env:
MIRIFLAGS: -Zmiri-strict-provenance

Expand Down

0 comments on commit 323eca2

Please sign in to comment.