test: execute package tests linearly once again

This commit is contained in:
Andrey Samokhvalov 2017-06-25 15:18:33 +03:00 committed by Olaoluwa Osuntokun
parent aed2e5865f
commit 0a7aa623b6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ test_race_conditions() {
check_test_ports
test_targets=$(go list ./... | grep -v '/vendor/')
env GORACE="history_size=7 halt_on_error=1" go test -v -race $test_targets
env GORACE="history_size=7 halt_on_error=1" go test -v -p 1 -race $test_targets
}
# lint_check runs static checks.