File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,7 @@ inherent interpreter slowdown and a loss of parallelism.
237237You 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).
239239This 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
244243Note : This one-test-per-process model means that `cargo miri test` is able to detect data
You can’t perform that action at this time.
0 commit comments