Skip to content

Commit

Permalink
ci: Run test suite in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Aug 11, 2022
1 parent 9a51c7b commit e57f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FairMQTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e57f746

Please sign in to comment.