Fix workflows to prevent OOM

This commit is contained in:
bab2min 2026-06-07 16:56:12 +09:00
commit d7d305fa90

View file

@ -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