Skip to content

Commit

Permalink
Turns of parallel tests for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
slackpad committed Mar 24, 2017
1 parent 4e70640 commit 9a6dd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi

# Run the tests
echo "--> Running tests"
go test -timeout=360s -parallel=20 -tags="${GOTAGS}" ${GOFILES} ${TESTARGS}
go test -timeout=360s -tags="${GOTAGS}" ${GOFILES} ${TESTARGS}

0 comments on commit 9a6dd65

Please sign in to comment.