Skip to content

Commit

Permalink
run tests with race detector and verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Sep 4, 2017
1 parent 0b86f48 commit c690400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@


if [ "${GIMME_OS}" = "darwin" ] && [ "${GIMME_ARCH}" = "amd64" ]; then
go test ./...
go test -v -race ./...
fi

if [ "${GIMME_OS}" = "linux" ] && [ "${GIMME_ARCH}" = "amd64" ]; then
$HOME/gopath/bin/goveralls -service=travis-ci
go test ./...
go test -v -race ./...
fi

0 comments on commit c690400

Please sign in to comment.