about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2025-03-07 04:31:23 +0000
committerGitHub <noreply@github.com>2025-03-07 04:31:23 +0000
commit7c3979ec45b020171c5ea2a38495c8d08a8b5444 (patch)
treebe0b97bf4ddff220da31c516b63e88df5c8f0004 /src
parentccccf40015c2fd5956205a704e40e8081dc8cce4 (diff)
parentb709bdeb94c9fcc9a68123a83a46d16907b2a5c0 (diff)
downloadrust-7c3979ec45b020171c5ea2a38495c8d08a8b5444.tar.gz
rust-7c3979ec45b020171c5ea2a38495c8d08a8b5444.zip
Merge pull request #4221 from saethlin/nextest-parallelism
Update documentation about nextest
Diffstat (limited to 'src')
-rw-r--r--src/tools/miri/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/miri/README.md b/src/tools/miri/README.md
index d64de4b1976..201aa1f5386 100644
--- a/src/tools/miri/README.md
+++ b/src/tools/miri/README.md
@@ -237,8 +237,7 @@ inherent interpreter slowdown and a loss of parallelism.
 You can get your test suite's parallelism back by running `cargo miri nextest run -jN`
 (note that you will need [`cargo-nextest`](https://nexte.st) installed).
 This works because `cargo-nextest` collects a list of all tests then launches a
-separate `cargo miri run` for each test. You will need to specify a `-j` or `--test-threads`;
-by default `cargo miri nextest run` runs one test at a time. For more details, see the
+separate `cargo miri run` for each test. For more information about nextest, see the
 [`cargo-nextest` Miri documentation](https://nexte.st/book/miri.html).
 
 Note: This one-test-per-process model means that `cargo miri test` is able to detect data