mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Force parallelism on travis
This commit is contained in:
@@ -7,7 +7,7 @@ PING_LOOP_PID=$!
|
||||
|
||||
trap "kill $PING_LOOP_PID" EXIT HUP INT QUIT TERM
|
||||
|
||||
make test
|
||||
GOTEST_FLAGS="-parallel=8" make test
|
||||
TEST_OUTPUT=$?
|
||||
|
||||
kill $PING_LOOP_PID
|
||||
|
||||
Reference in New Issue
Block a user