Commit bf50200
authored
ci: set TASK_CONCURRENCY=1 for Windows runners (#5185)
## Why
A couple races in practice:
> - Run 1 (codegen failed): race on
~/go/pkg/mod/cache/download/.../v0.2.2.partial during module download —
> "Access is denied"
> - Run 2 (test-acc failed): race on
AppData\Local\go-build\...\gotestsum.exe during fork/exec — "file is
> being used by another process"1 parent ec76b2e commit bf50200
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
228 | 231 | | |
229 | 232 | | |
230 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| |||
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
280 | 289 | | |
281 | 290 | | |
282 | 291 | | |
| |||
0 commit comments