Skip to content

Commit

Permalink
flake: explicitly run tests
Browse files Browse the repository at this point in the history
Otherwise they may be skipped when e.g. doing static builds.
  • Loading branch information
elopez committed Jul 19, 2024
1 parent 3827486 commit 663f6f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
"--extra-lib-dirs=${stripDylib (ncurses.override { enableStatic = true; })}/lib"
"--ghc-options=-pgml=${cc-workaround-ghc-23138}/bin/cc-workaround-ghc-23138"
]))
haskell.lib.dontHaddock
haskell.lib.compose.dontHaddock
haskell.lib.compose.doCheck
]);

# wrapped binary for use on systems with nix available. ensures all
Expand Down

0 comments on commit 663f6f6

Please sign in to comment.