Skip to content

Commit 34fd58c

Browse files
committed
For now, do not fail fast in CI job
1 parent 758860c commit 34fd58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323

2424
strategy:
25-
fail-fast: true
25+
fail-fast: false
2626
matrix:
2727
os: # see https://docs.github.com/en/actions/reference/runners/github-hosted-runners
2828
- ubuntu-latest

0 commit comments

Comments
 (0)