Deparallelized tests

This commit is contained in:
Snaipe 2016-01-15 12:41:12 +01:00
parent 4d17b35a75
commit cd09997f3c

View file

@ -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