run tests as part of build step
This commit is contained in:
parent
21c54aea3d
commit
a8da259d52
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ pipeline:
|
|||
commands:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
- go test ./...
|
||||
- sh .drone.sh
|
||||
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue