make hack before tests

This commit is contained in:
Mindstab 2018-07-02 10:16:54 -05:00
parent a9b9cc61c7
commit 810da0cd65
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,10 @@ workspace:
path: src/cwtch.im/cwtch
pipeline:
hack:
image: golang
commands:
- echo "Show me the secrets! $BUILDBOT"
build:
image: golang
commands:
@ -11,4 +15,3 @@ pipeline:
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
- sh testing/tests.sh
- echo "Show me the secrets! $BUILDBOT"