Skip to content

Commit 9434c53

Browse files
committed
Nix CI: pass --hide-successes to the test suite
1 parent 8718bd6 commit 9434c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/haskell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ let
2828
ghcOptions = [ "-Werror" ];
2929
}))
3030
{
31-
# Options related to tasty-golden:
31+
# Options related to tasty and tasty-golden:
3232
packages.ouroboros-consensus-cardano.components.tests =
3333
lib.listToAttrs (builtins.map
3434
(n: lib.nameValuePair "${n}-test" {
35-
testFlags = lib.mkForce [ "--no-create" ];
35+
testFlags = lib.mkForce [ "--no-create --hide-successes" ];
3636
extraSrcFiles = [ "golden/${n}/**/*" ];
3737
}) [ "byron" "shelley" "cardano" ]);
3838
}

0 commit comments

Comments
 (0)