added a comment

This commit is contained in:
Yann Esposito (Yogsototh) 2017-12-14 21:57:28 +01:00
parent 7df7ede422
commit 20db7749dc
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -15,3 +15,9 @@ To launch the tests:
~~~ ~~~
> stack test > stack test
~~~ ~~~
To launch only the tests of one day:
~~~
> stack test --test-arguments="-p \"Day 14\""
~~~