Skip to content

Commit 5df7db9

Browse files
committed
ci: disable fail-fast
1 parent f7f2d9d commit 5df7db9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
test:
4949
name: test ${{ matrix.os }} jdk${{ matrix.java }}
5050
strategy:
51+
fail-fast: false
5152
matrix:
5253
os: [ ubuntu-latest ]
5354
java: [ 11, 17, 20 ]
@@ -71,6 +72,7 @@ jobs:
7172
test_graalvm:
7273
name: test ${{ matrix.os }} jdk${{ matrix.java }} GraalVM native-image - ${{ matrix.profiles }}
7374
strategy:
75+
fail-fast: false
7476
matrix:
7577
os: [ ubuntu-latest, windows-latest, macos-latest ]
7678
java: [ '17', '21', '25' ]
@@ -89,6 +91,7 @@ jobs:
8991
test_multiarch:
9092
name: test ${{ matrix.arch }} ${{ matrix.distro }} jdk${{ matrix.java }}
9193
strategy:
94+
fail-fast: false
9295
matrix:
9396
include:
9497
# ARM v7

0 commit comments

Comments
 (0)