Run tests on all cores in GHA jobs

This commit is contained in:
Martin Hořeňovský
2024-01-15 14:22:45 +01:00
parent 05e10dfccc
commit 658acee86e
3 changed files with 2 additions and 5 deletions

View File

@@ -120,5 +120,4 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
working-directory: ${{runner.workspace}}/build
# Hardcode 2 cores we know are there
run: ctest -C ${{matrix.build_type}} -j 2
run: ctest -C ${{matrix.build_type}} -j `nproc`