improve cdp build

This commit is contained in:
Sergey Dudoladov 2020-04-29 08:30:37 +02:00
parent 93ee2cee58
commit e2a8fa12aa
1 changed files with 3 additions and 2 deletions

View File

@ -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