diff --git a/.drone.yml b/.drone.yml index e2e4103..5739216 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,5 +3,6 @@ pipeline: testing: image: golang:1.11 commands: + - go get -u . - go test -v . - go vet