From 047967e4da9be166188ae127888dfd870176226c Mon Sep 17 00:00:00 2001 From: Colin Hoglund Date: Tue, 13 Feb 2018 23:49:47 -0500 Subject: [PATCH] align build stage testing with other plugins --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: