Skip to content

Commit

Permalink
fix(ci): try to renable tests for env
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Sep 11, 2023
1 parent 839c398 commit 7ed6890
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

disableTests = pkgs.haskell.lib.dontCheck;

enableTests = pkgs.haskell.lib.doCheck;

jailbreakUnbreak = pkg:
pkgs.haskell.lib.doJailbreak (disableTests (pkgs.haskell.lib.unmarkBroken pkg));

Expand Down Expand Up @@ -53,7 +55,7 @@
ormolu
];
inputsFrom = [
self.defaultPackage.${system}.env
(enableTests self.defaultPackage.${system}).env
];
};
});
Expand Down

0 comments on commit 7ed6890

Please sign in to comment.