diff --git a/README.md b/README.md index a34dda8..6acb0af 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ To launch the tests: ~~~ > stack test ~~~ + +To launch only the tests of one day: + +~~~ +> stack test --test-arguments="-p \"Day 14\"" +~~~