From 2fbf5a2c35cd77636fc3c4888db55f95fe544114 Mon Sep 17 00:00:00 2001 From: Yogesh Sajanikar Date: Fri, 7 Oct 2022 17:45:47 +0530 Subject: [PATCH] Disable auto-run of tvar-invariant-check --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 363f280abef..0a8bf70f076 100644 --- a/default.nix +++ b/default.nix @@ -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; };