Skip to content

Commit

Permalink
Enable tests & disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Oct 5, 2023
1 parent 4c2d282 commit aedc4c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6']
steps:
Expand All @@ -18,4 +19,4 @@ jobs:
- name: Build
run: cabal build
- name: Test
run: cabal test --test-show-details=direct
run: cabal test --enable-tests --test-show-details=direct

0 comments on commit aedc4c4

Please sign in to comment.