Fix fetch test dependencies too.
This commit is contained in:
parent
f1debd4701
commit
5f97603684
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ go:
|
||||||
# - tip
|
# - tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get ./...
|
- go get -t ./...
|
||||||
- '[[ `go version` =~ go1.[0-4][^0-9] ]] || go get -u github.com/kisielk/errcheck'
|
- '[[ `go version` =~ go1.[0-4][^0-9] ]] || go get -u github.com/kisielk/errcheck'
|
||||||
- go get -u golang.org/x/tools/cmd/goimports
|
- go get -u golang.org/x/tools/cmd/goimports
|
||||||
- go get -u github.com/golang/lint/golint
|
- go get -u github.com/golang/lint/golint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
- go test -t -v ./...
|
- go test -v ./...
|
||||||
- go test -cpu=2 -race -v ./...
|
- go test -cpu=2 -race -v ./...
|
||||||
|
|
Loading…
Reference in a new issue