From 14ddecc81a344588f5f565f8102d12d9a18b74d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 22 Apr 2021 14:26:33 +0200 Subject: [PATCH] nix(fix): Avoid rebuilding during postgrest-coverage --- nix/tools/tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/tools/tests.nix b/nix/tools/tests.nix index 8d57c5345..1e46bb1e7 100644 --- a/nix/tools/tests.nix +++ b/nix/tools/tests.nix @@ -102,7 +102,7 @@ let rm -rf coverage/* # build once before running all the tests - ${cabal-install}/bin/cabal v2-build ${devCabalOptions} --enable-tests all + ${cabal-install}/bin/cabal v2-build ${devCabalOptions} exe:postgrest lib:postgrest test:spec test:spec-querycost # collect all tests HPCTIXFILE="$tmpdir"/io.tix \