From 5b4c4f070187e051049afd8e458793163b4919bb Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 7 Nov 2021 21:33:27 -0500 Subject: 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 --- users/grfn/xanthous/package.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'users/grfn/xanthous/package.yaml') diff --git a/users/grfn/xanthous/package.yaml b/users/grfn/xanthous/package.yaml index 605b1cab8c7e..630dc69c11d3 100644 --- a/users/grfn/xanthous/package.yaml +++ b/users/grfn/xanthous/package.yaml @@ -140,6 +140,7 @@ tests: - tasty - tasty-hunit - tasty-quickcheck + - tasty-rerun - lens-properties benchmarks: -- cgit 1.4.1