From b87aeb9141388021616f14313ba07b68895370d6 Mon Sep 17 00:00:00 2001 From: Burkhard Mittelbach Date: Sun, 4 Dec 2022 18:09:33 +0100 Subject: [PATCH] Update readme to run tests with --lib instead of --bin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1b392..0552abf 100644 --- a/README.md +++ b/README.md @@ -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 `, 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 `, 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