forked from mirror/go-sqlite3
Remove separate go build
This commit is contained in:
parent
01e5d0e24c
commit
54fcf30aef
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue