Update readme to run tests with --lib instead of --bin
This commit is contained in:
parent
e601d48d16
commit
b87aeb9141
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ _Total timing_ is computed from individual solution _timings_ and excludes as mu
|
|||
cargo test
|
||||
```
|
||||
|
||||
To run tests for a specific day, append `--bin <day>`, e.g. `cargo test --bin 01`. You can further scope it down to a specific part, e.g. `cargo test --bin 01 part_one`.
|
||||
To run tests for a specific day, append `--lib <day>`, e.g. `cargo test --lib 01`. You can further scope it down to a specific part, e.g. `cargo test --lib 01 part_one`.
|
||||
|
||||
### Format code
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue