mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
ci: Run test suite in parallel
This commit is contained in:
parent
9a51c7b5fb
commit
e57f746dc9
|
@ -87,7 +87,7 @@ ctest_submit()
|
|||
|
||||
if(NOT RUN_STATIC_ANALYSIS)
|
||||
ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}"
|
||||
PARALLEL_LEVEL 1
|
||||
PARALLEL_LEVEL ${NCPUS}
|
||||
SCHEDULE_RANDOM ON
|
||||
RETURN_VALUE _ctest_test_ret_val)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user