Remove ./... from go build command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-08-13 21:08:19 +02:00
parent e8d857523e
commit 3022be7e66

View File

@ -13,7 +13,7 @@ steps:
- export CGO_ENABLED=0
- apk --no-cache add git
- go get -d -t ./...
- go build ./...
- go build
- go test ./...
- name: restore-cache-with-filesystem