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 make deps docker
- desc: 'Run unit tests' - desc: 'Run unit tests'
cmd: | cmd: |
export PATH=$PATH:$HOME/go/bin export GOPATH=$(go env GOPATH)
go test ./... export PATH=$PATH:$GOPATH
make test
- desc: 'Run e2e tests' - desc: 'Run e2e tests'
cmd: | cmd: |
make e2e make e2e