Commit b38fa45
committed
fix(ci): prevent race test OOM and fix cross-platform check (#33)
- Add -count=1 -timeout=5m to race tests to prevent unbounded runs
- Set GOGC=50 in CI to reduce memory pressure under the race detector
- Change cross-platform step from go test (requires runner) to go vet
(compile-only check)1 parent d5e2e42 commit b38fa45
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
0 commit comments