Skip to content

Commit

Permalink
Don't stop CI tests if some instances fails
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Aug 31, 2024
1 parent d4e5974 commit 2fd2e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
continuous-integration:
strategy:
fail-fast: false
matrix:
ghc-version:
- "9.0.2"
Expand Down

0 comments on commit 2fd2e6f

Please sign in to comment.