Commit ee9246d
ci: disable fail-fast on test matrices
The test-linux and test-windows jobs 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 matrix. Those cancelled jobs
would otherwise have passed, and re-running forced the entire expensive
setup to be redone for all combinations.
Setting fail-fast: false on both matrices lets the rest of the matrix
keep running when one combination fails.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bcb8267 commit ee9246d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
0 commit comments