Skip to content

Commit 26356ae

Browse files
authored
Update how-it-works.md
1 parent ecfc7c4 commit 26356ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/book/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ A cargo-nextest run has two separate phases:
2727
* **The list phase.** cargo-nextest first builds all test binaries with `cargo test --no-run`, then queries those binaries to produce a list of all tests within them.
2828
* **The run phase.** cargo-nextest then executes each individual test in a separate process, in parallel. It then collects, displays and aggregates results for each individual test.
2929

30-
This model solves all the problems of cargo test's execution model, at the cost of a *significantly* thicker interface to test binaries. **This means that custom test harnesses [may need to be adapted](custom-test-harnesses.md) to work with cargo-nextest.**
30+
This model solves all the problems of cargo test's execution model, at the cost of a *significantly* thicker interface to test binaries. This means that **custom test harnesses [may need to be adapted](custom-test-harnesses.md) to work with cargo-nextest.**

0 commit comments

Comments
 (0)