doc: Add instructions for how to run all tests in parallel with nextest

This commit is contained in:
Mårten Blankfors
2023-01-12 16:24:44 +01:00
parent f629d2deb2
commit 5c4ee00fa7

View File

@@ -54,6 +54,13 @@ $ cargo build
$ cargo test testnet -- --test-threads=1
```
**Run all unit tests in parallel using [nextest](https://nexte.st/):**
_Warning, this typically takes a few minutes_
```bash
$ cargo nextest run
```
## Run the testnet
You can observe the state machine in action locally by running: