Fix: typo
This commit is contained in:
parent
38977a1836
commit
b8cf2805d8
1 changed files with 7 additions and 1 deletions
|
@ -5,5 +5,11 @@
|
|||
To see stdout when using cargo run (kudos CobaltVelvet)
|
||||
|
||||
```shell
|
||||
cargo run -- --nocapture
|
||||
cargo test -- --nocapture
|
||||
```
|
||||
|
||||
## Run all the tests, even if one of them fail
|
||||
|
||||
```shell
|
||||
cargo test -- --no-fail-fast
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue