Remove separate go build
This commit is contained in:
@@ -24,7 +24,6 @@ before_install:
|
|||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) go build -v -tags "${GOTAGS}" .
|
|
||||||
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
|
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
|
||||||
- go test -race -v . -tags ""
|
- go test -race -v . -tags ""
|
||||||
- go test -race -v . -tags "libsqlite3"
|
- go test -race -v . -tags "libsqlite3"
|
||||||
|
|||||||
Reference in New Issue
Block a user