Fix: typo

This commit is contained in:
Wilfried OLLIVIER 2020-01-11 17:41:55 +01:00
parent 38977a1836
commit b8cf2805d8
1 changed files with 7 additions and 1 deletions

View File

@ -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
```