Commit 5da5977
committed
ci: add -p=1 to CoverArgs to prevent OOM with race detector
The -coverpkg=./... flag combined with -race instruments all packages in
every test binary, causing excessive memory usage. Serializing test
package execution with -p=1 reduces peak memory to fit within CI runner
limits (Go 1.26 race detector uses more memory than 1.25).1 parent 4e18b32 commit 5da5977
2 files changed
Lines changed: 11 additions & 0 deletions
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments