docs: update miri test command in CONTRIBUTING.md (#6976)

This commit is contained in:
tiif
2024-11-15 17:29:11 +01:00
committed by GitHub
parent 772e0ca8a6
commit 6255598baa
+1 -1
View File
@@ -201,7 +201,7 @@ run loom tests that test unstable features.
You can run miri tests with
```
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-retag-fields" \
cargo +nightly miri test --features full --lib
cargo +nightly miri test --features full --lib --tests
```
### Performing spellcheck on tokio codebase