summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2023-09-25 12:43:19 +0200
committerAndreas Källberg <anka.213@gmail.com>2023-09-25 12:43:19 +0200
commit30c13762329d406c4dc155d72767ee407ab590e0 (patch)
treee14bd8d4ad1abe922a8a8db35418b5812721d6ab /.github
parentea3cef46b0f86a87207e512e8413929567ba9c4a (diff)
Don't build twice for tests in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-all-versions.yml3
1 files changed, 1 insertions, 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: |