Commit 44230eb
committed
fix(ci): limit test parallelism on Linux to prevent OOM
TUnit runs tests in parallel by default, which can cause memory
pressure and OOM kills on Ubuntu runners. Add --maximum-parallel-tests 1
for Linux only to run tests sequentially.
This may increase test time but should prevent the silent process kills.1 parent 85794cd commit 44230eb
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | | - | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
0 commit comments