don't call make test from delivery.yaml

This commit is contained in:
Felix Kunde 2019-10-30 16:28:40 +01:00
parent 13b2cb944a
commit 92deeb4180
1 changed files with 1 additions and 1 deletions

View File

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