run tests as part of build step
This commit is contained in:
parent
21c54aea3d
commit
a8da259d52
@ -8,6 +8,7 @@ pipeline:
|
||||
commands:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
- go test ./...
|
||||
- sh .drone.sh
|
||||
|
||||
publish:
|
||||
|
Loading…
Reference in New Issue
Block a user