Skip to content

Commit 5353a54

Browse files
committed
Do not fail fast when running builds in a matrix
1 parent e29be13 commit 5353a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111

1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
platform: [ubuntu-latest, macos-latest, windows-latest]
1516
jdk: [21, 25]

0 commit comments

Comments
 (0)