From 20db7749dc4e584860e333fad439d7d3d6dc872f Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 14 Dec 2017 21:57:28 +0100 Subject: [PATCH] added a comment --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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\"" +~~~