mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 21:50:17 +01:00
travis: run tests in parallel
This commit is contained in:
parent
c8a25001f4
commit
2238ccb48b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ print_test_logs() {
|
|||
echo ">>>> PRINT TEST LOGS $1 (done)"
|
||||
}
|
||||
|
||||
if ! make check -k ; then
|
||||
if ! make check -j 4 -k ; then
|
||||
|
||||
print_test_logs "first-test"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue