diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-11-08T02·33-0500 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-11-08T15·29+0000 |
commit | 5b4c4f070187e051049afd8e458793163b4919bb (patch) | |
tree | fcd18d9aad6d657634eabe067d743f7b11bfe45c /users/grfn/xanthous/xanthous.cabal | |
parent | 875ef0a605c298e3033ef950119092d09e21f306 (diff) |
feat(gs/xanthous): Enable tasty-rerun r/3026
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>
Diffstat (limited to 'users/grfn/xanthous/xanthous.cabal')
-rw-r--r-- | users/grfn/xanthous/xanthous.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/grfn/xanthous/xanthous.cabal b/users/grfn/xanthous/xanthous.cabal index 5dc046dbecf4..9cf6636d7a74 100644 --- a/users/grfn/xanthous/xanthous.cabal +++ b/users/grfn/xanthous/xanthous.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 2db6cb1320baa23f71c24dff106bf682fb21e38c602d57e7e99297ae6abdc772 +-- hash: 96c5446afd429c3e2166158e317c18a69be9bad8ce76de85f69abda4f9aa162c name: xanthous version: 0.1.0.0 @@ -405,6 +405,7 @@ test-suite test , tasty , tasty-hunit , tasty-quickcheck + , tasty-rerun , text , text-zipper , tomland |