diff --git a/.drone.yml b/.drone.yml index f9d57a2..2de0e7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,11 @@ workspace: pipeline: test: - pull: if-not-exists image: golang:latest commands: - go vet - go test -v -cover build: - pull: if-not-exists image: golang:latest commands: - go build