Skip to content

Commit 93794b7

Browse files
authored
tweak readme
1 parent 3205d21 commit 93794b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ inherent interpreter slowdown and a loss of parallelism.
235235
You can get your test suite's parallelism back by running `cargo miri nextest run -jN`
236236
(note that you will need [`cargo-nextest`](https://nexte.st) installed).
237237
This works because `cargo-nextest` collects a list of all tests then launches a
238-
separate `cargo miri run` for each test. You will need to specify a `-j` or `--test-threads`,
239-
by default `cargo miri nextest run` runs one test at a time. You can find the `cargo-nextest`
240-
documentation for its Miri support here: https://nexte.st/book/miri.html
238+
separate `cargo miri run` for each test. You will need to specify a `-j` or `--test-threads`;
239+
by default `cargo miri nextest run` runs one test at a time. For more details, see the
240+
[`cargo-nextest` Miri documentation](https://nexte.st/book/miri.html).
241241

242242
Note: This one-test-per-process model means that `cargo miri test` is able to detect data
243243
races where two tests race on a shared resource, but `cargo miri nextest run` will not detect

0 commit comments

Comments
 (0)