Build before actually test
This commit is contained in:
parent
6b9c1fe317
commit
c54fb7b4c8
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue