We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f4a98 commit ec0f8f7Copy full SHA for ec0f8f7
Makefile
@@ -57,7 +57,7 @@ vet: ## Run go vet against code.
57
go vet ./...
58
59
ENVTEST_ASSETS_DIR=$(shell pwd)/testbin
60
-test: fmt vet ## Run tests.
+test: fmt vet generate manifests ## Run tests.
61
mkdir -p ${ENVTEST_ASSETS_DIR}
62
source ./artifacts/scripts/setup-envtest.sh; fetch_envtest_tools $(ENVTEST_ASSETS_DIR); setup_envtest_env $(ENVTEST_ASSETS_DIR); go test ./pkg/... -coverprofile cover.out
63
0 commit comments