feat: Reconcile missing and updated OAuth2 Clients (#46)

This commit is contained in:
Jakub Kabza
2020-02-11 17:05:41 +01:00
committed by GitHub
parent cf90a964fc
commit ef9f2e2538
4 changed files with 69 additions and 55 deletions

View File

@ -8,7 +8,7 @@ all: manager
# Run tests
test: generate fmt vet manifests
go test ./api/... ./controllers/... ./hydra... -coverprofile cover.out
go test ./api/... ./controllers/... ./hydra/... -coverprofile cover.out
# Run integration tests on local KIND cluster
# TODO: modify once integration tests have been implemented