Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 403 Bytes

Specstrom

Build and test

Running tests

The regular Cabal way runs all tests:

cabal test

But you can also use ghcid to watch files and rerun tests on changes:

chmod go-w .ghci
HEDGEHOG_COLOR=1 ghcid test/Main.hs --test main