align build stage testing with other plugins
This commit is contained in:
parent
cfb097f407
commit
047967e4da
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue