Skip to content

Commit 1ad3f1a

Browse files
committed
GitHub CI: Turn off fail-fast for matrix jobs
This was accidentally missing from the new jobs for testing GHC versions
1 parent 9370cbc commit 1ad3f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
hls: 2.9.0.1
7676
- version: 9.12.1
7777
hls:
78+
fail-fast: false
7879
name: "Build/Test: GHC Ubuntu"
7980
uses: ./.github/workflows/build-and-test-ubuntu.yml
8081
with:
@@ -95,6 +96,7 @@ jobs:
9596
hls: 2.9.0.1
9697
- version: 9.12.1
9798
hls:
99+
fail-fast: false
98100
name: "Build/Test: GHC macOS"
99101
uses: ./.github/workflows/build-and-test-macos.yml
100102
with:

0 commit comments

Comments
 (0)