diff --git a/.drone.yml b/.drone.yml index 18335e5..0fc3103 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ pipeline: commands: - go get -u github.com/golang/dep/cmd/dep - dep ensure - - go test ./... + - go vet ./... + - go test -cover ./... - sh .drone.sh publish: