We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c445f commit c9fd6c4Copy full SHA for c9fd6c4
.github/workflows/test_build.yml
@@ -213,7 +213,7 @@ jobs:
213
- name: Run Tests using Autotools
214
if: matrix.build-system == 'autotools' && runner.os == 'Linux' && matrix.compiler == 'default'
215
run: |
216
- make check -o check-in-libraries
+ make -j$(nproc 2>/dev/null || sysctl -n hw.logicalcpu) check -o check-in-libraries
217
make -C Macaulay2/html-check-links check
218
219
- name: Validate HTML documentation
0 commit comments