Skip to content

Commit c9fd6c4

Browse files
committed
Run tests in parallel in GitHub autotools builds
1 parent b3c445f commit c9fd6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
- name: Run Tests using Autotools
214214
if: matrix.build-system == 'autotools' && runner.os == 'Linux' && matrix.compiler == 'default'
215215
run: |
216-
make check -o check-in-libraries
216+
make -j$(nproc 2>/dev/null || sysctl -n hw.logicalcpu) check -o check-in-libraries
217217
make -C Macaulay2/html-check-links check
218218
219219
- name: Validate HTML documentation

0 commit comments

Comments
 (0)