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
|
||||
|
||||
install:
|
||||
- go get ./...
|
||||
- go get -t ./...
|
||||
- '[[ `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 github.com/golang/lint/golint
|
||||
|
||||
script:
|
||||
- make check
|
||||
- go test -t -v ./...
|
||||
- go test -v ./...
|
||||
- go test -cpu=2 -race -v ./...
|
||||
|
|
Loading…
Reference in a new issue