run tests as part of build step
This commit is contained in:
parent
21c54aea3d
commit
a8da259d52
@ -8,6 +8,7 @@ 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 ./...
|
||||||
- sh .drone.sh
|
- sh .drone.sh
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
Loading…
Reference in New Issue
Block a user