From cbd5af5954cc0af82b83ae169f02bb03d644a79b Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Tue, 10 May 2016 21:03:56 -0400 Subject: [PATCH] Add notes about the test suite --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bf2159b..2f58334 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ stack install This will generate a binary in `$HOME/.local/bin`; ensure this directory is in your `$PATH`. +## Testing + +To run the test suite, run: + +```sh +stack test +``` + ## License Copyright 2016 Josh Clayton. See the [LICENSE](LICENSE).