CI: enable integration tests

This commit is contained in:
Jakub Kabza
2019-08-29 11:23:45 +02:00
parent cd78361bf7
commit 5b5a8f99cf
2 changed files with 7 additions and 2 deletions

View File

@ -13,7 +13,7 @@ test: generate fmt vet manifests
# Run integration tests on local KIND cluster
# TODO: modify once integration tests have been implemented
test-integration:
echo "no tests yet"
ginkgo -v ./controllers/...
# Build manager binary
manager: generate fmt vet