Get deps in a separate step
This commit is contained in:
parent
ba9300e27e
commit
3a03725b57
|
@ -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/...
|
||||||
|
|
Loading…
Reference in New Issue