Skip to content

Commit

Permalink
Do not cancel incomplete CI jobs if one of them fails
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 29, 2024
1 parent c1b814b commit 54982e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: ${{ matrix.os }} / ghc ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
strategy:
# We don't fail fast because we want to see version-specific errors
fail-fast: false
matrix:
os: [ubuntu-22.04, macOS-12, windows-2022]
cabal: ["3.10.3.0"]
Expand Down

0 comments on commit 54982e1

Please sign in to comment.