Skip to content

Commit

Permalink
still support go1.8 on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Feb 28, 2018
1 parent 6ae7bdd commit ee24cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ testrepo () {
fi

# Check tests
env GORACE='halt_on_error=1' go test -race ./...
env GORACE='halt_on_error=1' go test -race $(go list ./... | grep -v vendor)
if [ $? != 0 ]; then
echo 'go tests failed'
exit 1
Expand Down

0 comments on commit ee24cff

Please sign in to comment.