mirror of
https://github.com/janet-lang/janet
synced 2024-12-21 22:10:27 +00:00
Don't use full parallelism to avoid oom
This commit is contained in:
parent
a8f583a372
commit
267c603824
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
gcc
|
gcc
|
||||||
- name: Build the project
|
- name: Build the project
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: make -j CC=gcc JANET_NO_AMALG=1
|
run: make -j4 CC=gcc JANET_NO_AMALG=1
|
||||||
|
|
||||||
test-mingw-linux:
|
test-mingw-linux:
|
||||||
name: Build and test with Mingw on Linux + Wine
|
name: Build and test with Mingw on Linux + Wine
|
||||||
|
Loading…
Reference in New Issue
Block a user