Skip to content

Commit c7395d5

Browse files
QUSETIONSclaude
andcommitted
ci: remove continue-on-error (full suite now passes on all platforms)
Step 8 was made non-blocking while investigating; now that the 3 CI-only failures are fixed (material-inventory.json tracked + config_diagnostic assertion conditional), the full suite passes on all 6 matrix jobs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6380fdb commit c7395d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ jobs:
3939
run: python -m pytest tests/test_packaging.py -q
4040

4141
- name: Run test suite
42-
continue-on-error: true
43-
run: python -m pytest -q -x --tb=short
42+
run: python -m pytest -q --tb=short

0 commit comments

Comments
 (0)