feat: support to ory hydra running in secure mode (#62)
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/... ./helpers/... -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