docs: add note about running subset of tests
This commit is contained in:
parent
5090d04b26
commit
8b6ec2b607
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ _Total timing_ is computed from individual solution _timings_ and excludes as mu
|
||||||
cargo test
|
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`.
|
||||||
|
|
||||||
### Format code
|
### Format code
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue