Skip to content

Commit

Permalink
Run miri in stricter miri-strict-provenance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 6, 2022
1 parent ca511d1 commit 63f6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri test --all-features
env:
MIRIFLAGS: -Zmiri-tag-raw-pointers
MIRIFLAGS: -Zmiri-strict-provenance

clippy:
name: Clippy
Expand Down

0 comments on commit 63f6c9f

Please sign in to comment.