aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-08 18:37:31 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-08 18:37:31 -0500
commit267c603824c80c313fbc079d5811a926438b5d0f (patch)
tree4c2c22e1c44aa95a4a0e20bfacc33e7d549bc116 /.github
parentCMD isn't bash (diff)
Don't use full parallelism to avoid oom
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 160066cb..98fa7d02 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
gcc
- name: Build the project
shell: cmd
- run: make -j CC=gcc JANET_NO_AMALG=1
+ run: make -j4 CC=gcc JANET_NO_AMALG=1
test-mingw-linux:
name: Build and test with Mingw on Linux + Wine