Skip to content

Commit f6ba6d7

Browse files
maxisbeyclaude
andcommitted
ci: remove continue-on-error from test job
Make CI test failures blocking so that broken builds are not silently ignored. Previously the test matrix had `continue-on-error: true`, which allowed failing tests to pass the overall workflow. Co-Authored-By: Claude (fennec-v7-fast) <noreply@anthropic.com>
1 parent 04bfd0b commit f6ba6d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/shared.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
name: test (${{ matrix.python-version }}, ${{ matrix.dep-resolution.name }}, ${{ matrix.os }})
3333
runs-on: ${{ matrix.os }}
3434
timeout-minutes: 10
35-
continue-on-error: true
3635
strategy:
3736
matrix:
3837
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)