Skip to content

Commit

Permalink
Disable auto-run of tvar-invariant-check
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshsajanikar committed Oct 7, 2022
1 parent 21f7dd3 commit 2fbf5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let
haskellPackages.ouroboros-consensus-shelley-test.components.tests.test;
};

tvar-invariant-checks = recurseIntoAttrs {
nightly-checks.tvar-invariant-checks = recurseIntoAttrs {
inherit haskellPackagesWithTVarCheck;
tests = collectChecks' haskellPackagesWithTVarCheck;
};
Expand Down

0 comments on commit 2fbf5a2

Please sign in to comment.