Deparallelized tests
This commit is contained in:
parent
4d17b35a75
commit
cd09997f3c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ script:
|
|||
- |
|
||||
if [ "${TESTS:-ON}" = "ON" ]; then
|
||||
TERM=dumb cmake --build . --target criterion_tests -- -j4
|
||||
ctest -j4
|
||||
ctest
|
||||
else
|
||||
TERM=dumb cmake --build . -- -j4
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue