nix(fix): Avoid rebuilding during postgrest-coverage

This commit is contained in:
Wolfgang Walther
2021-04-24 15:07:13 +02:00
committed by Wolfgang Walther
parent 3611eab39c
commit 14ddecc81a
+1 -1
View File
@@ -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 \