mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
Fix fetch test dependencies too.
This commit is contained in:
parent
f1debd4701
commit
5f97603684
@ -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 New Issue
Block a user