summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: |