1
0
forked from GitHub/gf-core

Don't build twice for tests in CI

This commit is contained in:
Andreas Källberg
2023-09-25 12:43:19 +02:00
parent ea3cef46b0
commit 30c1376232

View File

@@ -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: |