Skip to content

Commit

Permalink
Don't build twice for tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed Sep 25, 2023
1 parent ea3cef4 commit 30c1376
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 30c1376

Please sign in to comment.