run tests as part of build step

This commit is contained in:
Colin Hoglund 2018-02-10 11:42:19 -05:00
parent 21c54aea3d
commit a8da259d52

View File

@ -8,6 +8,7 @@ pipeline:
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- go test ./...
- sh .drone.sh
publish: