Skip to content

Commit daf0bb1

Browse files
committed
ci: disable fail fast for graalvm
1 parent 6b70c85 commit daf0bb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
test_graalvm:
7272
name: test ${{ matrix.os }} jdk${{ matrix.java }} GraalVM native-image - ${{ matrix.profiles }}
7373
strategy:
74+
fail-fast: false
7475
matrix:
7576
os: [ ubuntu-latest, windows-latest, macos-latest ]
7677
java: [ '17', '21', '22' ]

0 commit comments

Comments
 (0)