Skip to content

Commit 1b7ad41

Browse files
committed
Disable fail-fast to see the results of all runs
1 parent fd2dc78 commit 1b7ad41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: ${{ matrix.os }} / ghc ${{ matrix.ghc }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
os:
1617
- ubuntu-latest

0 commit comments

Comments
 (0)