Skip to content

Commit ebeb932

Browse files
Saloedclaude
andcommitted
CI: do not fail-fast the platform matrix
A failure on one platform cancelled the other two, and the cancellation is what surfaced, so the reported error was 'The operation was canceled' on a job that was merely a bystander. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 306fdf2 commit ebeb932

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
run_tests:
1515
name: Run tests
1616
strategy:
17+
# Without this a failure on one platform cancels the others, and the
18+
# cancellation is what gets reported, hiding the actual failure.
19+
fail-fast: false
1720
matrix:
1821
os: [ ubuntu-22.04, windows-latest, macos-latest ]
1922

0 commit comments

Comments
 (0)