Skip to content

Commit ec0f8f7

Browse files
committed
make test
1 parent f0f4a98 commit ec0f8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ vet: ## Run go vet against code.
5757
go vet ./...
5858

5959
ENVTEST_ASSETS_DIR=$(shell pwd)/testbin
60-
test: fmt vet ## Run tests.
60+
test: fmt vet generate manifests ## Run tests.
6161
mkdir -p ${ENVTEST_ASSETS_DIR}
6262
source ./artifacts/scripts/setup-envtest.sh; fetch_envtest_tools $(ENVTEST_ASSETS_DIR); setup_envtest_env $(ENVTEST_ASSETS_DIR); go test ./pkg/... -coverprofile cover.out
6363

0 commit comments

Comments
 (0)