Build before actually test
This commit is contained in:
parent
6b9c1fe317
commit
c54fb7b4c8
|
|
@ -23,6 +23,7 @@ build_steps:
|
||||||
cmd: |
|
cmd: |
|
||||||
export PATH=$PATH:$HOME/go/bin
|
export PATH=$PATH:$HOME/go/bin
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
make tools deps
|
||||||
go test ./...
|
go test ./...
|
||||||
- desc: 'Build & push docker image'
|
- desc: 'Build & push docker image'
|
||||||
cmd: |
|
cmd: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue