Skip to content

Commit 5a3587e

Browse files
committed
For test matrix, complete all even if one fails
1 parent a53581f commit 5a3587e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
name: Run tests (GHC ${{ matrix.ghc }})
4747
needs: package_source
4848
runs-on: ubuntu-latest
49+
# If one version fails, we still want the status of the others
50+
continue-on-error: true
4951
strategy:
5052
matrix:
5153
ghc: ['8.0', '8.10', '9.0.1', 'latest']

0 commit comments

Comments
 (0)