travis: run tests in parallel
This commit is contained in:
@@ -8,7 +8,7 @@ print_test_logs() {
|
|||||||
echo ">>>> PRINT TEST LOGS $1 (done)"
|
echo ">>>> PRINT TEST LOGS $1 (done)"
|
||||||
}
|
}
|
||||||
|
|
||||||
if ! make check -k ; then
|
if ! make check -j 4 -k ; then
|
||||||
|
|
||||||
print_test_logs "first-test"
|
print_test_logs "first-test"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user