File tree 1 file changed +1
-2
lines changed
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.
237
237
You can get your test suite's parallelism back by running `cargo miri nextest run -jN`
238
238
(note that you will need [`cargo-nextest`](https://nexte.st) installed).
239
239
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
242
241
[`cargo-nextest` Miri documentation](https://nexte.st/book/miri.html).
243
242
244
243
Note : 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