feat(gs/xanthous): Enable tasty-rerun

Rerunning only failed tests is nice! To use this, run `cabal new-run
test -- --rerun`

Change-Id: I9dc4d69749c3e3d5ba8d1661a2fdf73e49cd8ad5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3816
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2021-11-07 21:33:27 -05:00 committed by grfn
parent 875ef0a605
commit 5b4c4f0701
5 changed files with 10 additions and 6 deletions

View file

@ -26,7 +26,7 @@ import qualified Xanthous.UtilSpec
--------------------------------------------------------------------------------
main :: IO ()
main = defaultMain test
main = defaultMainWithRerun test
test :: TestTree
test = testGroup "Xanthous"