run unit tests only on pkg folder (#659)

This commit is contained in:
Felix Kunde 2019-09-02 13:57:47 +02:00 committed by GitHub
parent 28d8f6934c
commit 741694f609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pipeline:
cmd: |
export PATH=$PATH:$HOME/go/bin
cd $OPERATOR_TOP_DIR/postgres-operator
go test ./...
go test ./pkg/...
- desc: 'Run e2e tests'
cmd: |
cd $OPERATOR_TOP_DIR/postgres-operator