1 parent 649dd40 commit af66f7dCopy full SHA for af66f7d
1 file changed
.github/workflows/ci.yml
@@ -22,4 +22,4 @@ jobs:
22
run: cmake --build build -j$(sysctl -n hw.ncpu)
23
24
- name: Test
25
- run: ctest --test-dir build --output-on-failure
+ run: ctest --test-dir build --output-on-failure -j1
0 commit comments