Skip to content

Commit 9330675

Browse files
committed
ci: disable fail-fast in quality matrix
Add fail-fast: false to the CI matrix strategy to ensure all quality checks (test, typecheck, lint, format) run regardless of individual failures, providing complete feedback on the build status.
1 parent cb0dd91 commit 9330675

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
@@ -14,6 +14,7 @@ permissions:
1414
jobs:
1515
test:
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
quality: [test, typecheck, lint, format]
1920
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)