mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Run tests on all cores in GHA jobs
This commit is contained in:
3
.github/workflows/linux-other-builds.yml
vendored
3
.github/workflows/linux-other-builds.yml
vendored
@@ -102,5 +102,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 ${{matrix.other_ctest_args}}
|
||||
run: ctest -C ${{matrix.build_type}} -j `nproc` ${{matrix.other_ctest_args}}
|
||||
|
Reference in New Issue
Block a user