improve cdp build
This commit is contained in:
parent
93ee2cee58
commit
e2a8fa12aa
|
|
@ -31,8 +31,9 @@ pipeline:
|
|||
make deps docker
|
||||
- desc: 'Run unit tests'
|
||||
cmd: |
|
||||
export PATH=$PATH:$HOME/go/bin
|
||||
go test ./...
|
||||
export GOPATH=$(go env GOPATH)
|
||||
export PATH=$PATH:$GOPATH
|
||||
make test
|
||||
- desc: 'Run e2e tests'
|
||||
cmd: |
|
||||
make e2e
|
||||
|
|
|
|||
Loading…
Reference in New Issue