Remove ./... from go build command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e8d857523e
commit
3022be7e66
|
@ -13,7 +13,7 @@ steps:
|
||||||
- export CGO_ENABLED=0
|
- export CGO_ENABLED=0
|
||||||
- apk --no-cache add git
|
- apk --no-cache add git
|
||||||
- go get -d -t ./...
|
- go get -d -t ./...
|
||||||
- go build ./...
|
- go build
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
- name: restore-cache-with-filesystem
|
- name: restore-cache-with-filesystem
|
||||||
|
|
Loading…
Reference in New Issue
Block a user