mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
doc: Add instructions for how to run all tests in parallel with nextest
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user