Skip to content

Commit 5c7e23c

Browse files
committed
fx
1 parent 8ccc320 commit 5c7e23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/comprehensive-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
name: Test All LLVM and GHC Versions (${{ matrix.runner }}, GHC ${{ matrix.ghc-version }}, LLVM ${{ matrix.llvm-version }})
2626
runs-on: ${{ matrix.runner }}
2727
strategy:
28+
fail-fast: false
2829
matrix:
2930
runner: [ubuntu-latest, macos-latest, windows-latest]
3031
ghc-version: ['9.2.8', '9.4.8', '9.6.7', '9.8.4', '9.10.3', '9.12.2']
@@ -43,7 +44,7 @@ jobs:
4344
- name: Checkout
4445
uses: actions/checkout@v4
4546

46-
- name: Build and test
47+
- name: Build and test `hs-bindgen` and manual
4748
uses: ./.github/actions/base
4849
with:
4950
runner: ${{ matrix.runner }}

0 commit comments

Comments
 (0)