From 6255598baaa4fd8f4c78a1f4f421869192d3bfe2 Mon Sep 17 00:00:00 2001 From: tiif Date: Sat, 16 Nov 2024 00:29:11 +0800 Subject: [PATCH] docs: update miri test command in CONTRIBUTING.md (#6976) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 681b1c288..e2e377b29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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