Skip to content

Commit 8b6ec2b

Browse files
committed
docs: add note about running subset of tests
1 parent 5090d04 commit 8b6ec2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ _Total timing_ is computed from individual solution _timings_ and excludes as mu
125125
cargo test
126126
```
127127

128+
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`.
129+
128130
### Format code
129131

130132
```sh

0 commit comments

Comments
 (0)