api + basic logic + hydra client crud + validation + happy path integration test
This commit is contained in:
7
Makefile
7
Makefile
@ -8,7 +8,12 @@ all: manager
|
||||
|
||||
# Run tests
|
||||
test: generate fmt vet manifests
|
||||
go test ./api/... ./controllers/... -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
|
||||
test-integration:
|
||||
echo "no tests yet"
|
||||
|
||||
# Build manager binary
|
||||
manager: generate fmt vet
|
||||
|
Reference in New Issue
Block a user