don't call make test from delivery.yaml
This commit is contained in:
parent
13b2cb944a
commit
92deeb4180
|
|
@ -32,7 +32,7 @@ pipeline:
|
|||
- desc: 'Run unit tests'
|
||||
cmd: |
|
||||
export PATH=$PATH:$HOME/go/bin
|
||||
make test
|
||||
go test ./...
|
||||
- desc: 'Run e2e tests'
|
||||
cmd: |
|
||||
make e2e
|
||||
|
|
|
|||
Loading…
Reference in New Issue