align build stage testing with other plugins

This commit is contained in:
Colin Hoglund 2018-02-13 23:49:47 -05:00
parent cfb097f407
commit 047967e4da

View File

@ -8,7 +8,8 @@ pipeline:
commands: commands:
- go get -u github.com/golang/dep/cmd/dep - go get -u github.com/golang/dep/cmd/dep
- dep ensure - dep ensure
- go test ./... - go vet ./...
- go test -cover ./...
- sh .drone.sh - sh .drone.sh
publish: publish: