Skip to content

Commit

Permalink
readme: update miri test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mox692 committed Oct 5, 2024
1 parent 2c14f88 commit 30d11b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ run loom tests that test unstable features.

You can run miri tests with
```
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-tag-raw-pointers" \
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-retag-fields" \
cargo +nightly miri test --features full --lib
```

Expand Down

0 comments on commit 30d11b2

Please sign in to comment.