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