From 72fc4f4d4e550a46684052b1d43d9da22fbcc157 Mon Sep 17 00:00:00 2001 From: Mann mit Hut Date: Mon, 12 Jun 2023 14:36:58 +0200 Subject: [PATCH] Remove --enable-tests from Cabal build invocation --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38c6026fe..24fd8ebb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: continue fi - cabal install --enable-test --install-method=copy --installdir=./bin "${package}" + cabal install --install-method=copy --installdir=./bin "${package}" done - name: "Run tests" shell: bash