Skip to content

Instantly share code, notes, and snippets.

@mospina
Last active March 5, 2021 01:19
Show Gist options
  • Save mospina/8eaf1f923076a3d27de510a1106b97a2 to your computer and use it in GitHub Desktop.
Save mospina/8eaf1f923076a3d27de510a1106b97a2 to your computer and use it in GitHub Desktop.
Set testing in stack with hspec
tests:
rayuela-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- rayuela
- hspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment