tokio: enable more tests in Miri (#7734)

This commit is contained in:
Ralf Jung
2025-11-29 15:08:47 +08:00
committed by GitHub
parent 73d733a341
commit c03a37fa0b
12 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ run loom tests that test unstable features.
You can run miri tests with
```
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-retag-fields" \
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-strict-provenance" \
cargo +nightly miri test --features full --lib --tests
```