feat: Reconcile missing and updated OAuth2 Clients (#46)
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user