Skip to content

Instantly share code, notes, and snippets.

@bohde
Created March 12, 2016 17:36
Show Gist options
  • Save bohde/ef383d3796d74c543f5e to your computer and use it in GitHub Desktop.
Save bohde/ef383d3796d74c543f5e to your computer and use it in GitHub Desktop.
auto run hspec tests with stack using ghcid
ghcid -c 'stack ghci --test' --test 'Test.Hspec.hspec Main.spec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment