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

This commit is contained in:
tiif 2024-11-16 00:29:11 +08:00 committed by GitHub
parent 772e0ca8a6
commit 6255598baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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