Build before actually test

This commit is contained in:
Dmitrii Dolgov 2018-02-14 13:24:43 +01:00
parent 6b9c1fe317
commit c54fb7b4c8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ build_steps:
cmd: |
export PATH=$PATH:$HOME/go/bin
export GOPATH=$HOME/go
make tools deps
go test ./...
- desc: 'Build & push docker image'
cmd: |