From 86b764882545a2aa2f42abce98aefc807fb09b29 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 1 Jun 2023 12:23:50 -0400 Subject: [PATCH] all targets should at least build we'll also run the tests after which is great, but this at least gets us some automatic checking of our executables which aren't really covered by automated tests --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f5feba5..cc25312 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ text = '' cabal update hackage.haskell.org - cabal build + cabal build all cabal run tests ''; } -- GitLab