We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8718bd6 commit 9434c53Copy full SHA for 9434c53
nix/haskell.nix
@@ -28,11 +28,11 @@ let
28
ghcOptions = [ "-Werror" ];
29
}))
30
{
31
- # Options related to tasty-golden:
+ # Options related to tasty and tasty-golden:
32
packages.ouroboros-consensus-cardano.components.tests =
33
lib.listToAttrs (builtins.map
34
(n: lib.nameValuePair "${n}-test" {
35
- testFlags = lib.mkForce [ "--no-create" ];
+ testFlags = lib.mkForce [ "--no-create --hide-successes" ];
36
extraSrcFiles = [ "golden/${n}/**/*" ];
37
}) [ "byron" "shelley" "cardano" ]);
38
}
0 commit comments