From 30c13762329d406c4dc155d72767ee407ab590e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=A4llberg?= Date: Mon, 25 Sep 2023 12:43:19 +0200 Subject: [PATCH] Don't build twice for tests in CI --- .github/workflows/build-all-versions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index f6f1b82a7..2bd856b7c 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -95,8 +95,7 @@ jobs: - name: Build run: | - stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml - # stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks + stack build --test --no-run-tests --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml - name: Test run: |