Commit 4cb79c9
ci: disable fail-fast on the windows test matrix
The test-windows job did not set fail-fast, so GitHub Actions defaulted
to fail-fast: true. A single transient failure — often during the
multi-minute SQL Server setup phase — cancelled every other in-progress
and queued sibling job in the windows matrix. Those cancelled jobs would
otherwise have passed, and re-running forced the entire expensive setup
to be redone for all combinations.
The test-linux matrix intentionally keeps fail-fast enabled: those jobs
bootstrap much faster, and because test-windows needs test-linux, a
linux failure should stop the run before the slower windows matrix
starts rather than wasting time on it.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bcb8267 commit 4cb79c9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
0 commit comments