mirror of
https://github.com/bab2min/Kiwi.git
synced 2026-06-17 01:54:27 +00:00
Fix workflows to prevent OOM
This commit is contained in:
parent
cbca2f4159
commit
d7d305fa90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Print CPU Info
|
||||
run: cat /proc/cpuinfo
|
||||
- name: Build
|
||||
run: cd build && make -j2
|
||||
run: cd build && make -j1
|
||||
- name: Run Unit Test
|
||||
run: ./build/test/kiwi-test
|
||||
- name: Run Unit Test in Debug mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue