Skip to content

Commit 7c3979e

Browse files
authored
Merge pull request #4221 from saethlin/nextest-parallelism
Update documentation about nextest
2 parents ccccf40 + b709bde commit 7c3979e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/miri/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ inherent interpreter slowdown and a loss of parallelism.
237237
You can get your test suite's parallelism back by running `cargo miri nextest run -jN`
238238
(note that you will need [`cargo-nextest`](https://nexte.st) installed).
239239
This works because `cargo-nextest` collects a list of all tests then launches a
240-
separate `cargo miri run` for each test. You will need to specify a `-j` or `--test-threads`;
241-
by default `cargo miri nextest run` runs one test at a time. For more details, see the
240+
separate `cargo miri run` for each test. For more information about nextest, see the
242241
[`cargo-nextest` Miri documentation](https://nexte.st/book/miri.html).
243242

244243
Note: This one-test-per-process model means that `cargo miri test` is able to detect data

0 commit comments

Comments
 (0)