Get deps in a separate step

This commit is contained in:
Matt Joiner 2019-01-08 16:31:26 +11:00
parent ba9300e27e
commit 3a03725b57
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- checkout - checkout
- run: sudo apt-get update - run: sudo apt-get update
- run: sudo apt install fuse pv - run: sudo apt install fuse pv
# - run: go get -t -d -v -race $PROJECT_GO_PACKAGE/... - run: go get ./...
- run: go test -v -race ./... -count 2 - run: go test -v -race ./... -count 2
- run: go test -bench . ./... - run: go test -bench . ./...
# - run: CGO_ENABLED=0 go get -t -d -v $PROJECT_GO_PACKAGE/... # - run: CGO_ENABLED=0 go get -t -d -v $PROJECT_GO_PACKAGE/...