Skip to content

Commit 7ce7db5

Browse files
committed
GitHub Actions ci.yml: disable fail-fast
1 parent 315ff8e commit 7ce7db5

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
@@ -13,6 +13,7 @@ defaults:
1313
jobs:
1414
build:
1515
strategy:
16+
fail-fast: false # One failing job should not prevent the others from running
1617
matrix:
1718
# Available runners: https://docs.github.com/en/actions/reference/runners/github-hosted-runners
1819
os: [ ubuntu-latest, macos-latest, macos-26, windows-latest ]

0 commit comments

Comments
 (0)