This commit is contained in:
Gert-Jan Timmer 2018-05-24 09:25:16 +02:00
parent 56ffb7a49b
commit 6510a04266
1 changed files with 1 additions and 1 deletions

View File

@ -144,4 +144,4 @@ script:
if [[ "${GOOS}" != "windows" ]]; then if [[ "${GOOS}" != "windows" ]]; then
$HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
go test -race -v . -tags "${GOTAGS}" go test -race -v . -tags "${GOTAGS}"
fi fi