We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fd2cd commit 4148a02Copy full SHA for 4148a02
.github/workflows/test.yaml
@@ -59,3 +59,4 @@ jobs:
59
run: cmake --build build --target test
60
env:
61
CTEST_OUTPUT_ON_FAILURE: 1
62
+ CTEST_PARALLEL_LEVEL: $(getconf _NPROCESSORS_ONLN)
0 commit comments