Skip to content

Commit 2e788e0

Browse files
committed
Do not fail fast when running builds in a matrix
1 parent 979549e commit 2e788e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)