We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3523845 commit 2965b9aCopy full SHA for 2965b9a
tools/make/golang.mk
@@ -53,12 +53,6 @@ go.test.fuzz: ## Run all fuzzers in the test/fuzz folder one by one
53
go.test.unit: ## Run go unit tests
54
go test -race ./...
55
56
-.PHONY: go.test.integration
57
-go.test.integration: manifests ## Run go integration tests
58
- @$(LOG_TARGET)
59
- KUBEBUILDER_ASSETS="$$($(GO_TOOL) setup-envtest use $(ENVTEST_K8S_VERSION) -p path)" \
60
- go test ./internal/provider/kubernetes --tags=integration -race
61
-
62
.PHONY: go.testdata.complete
63
go.testdata.complete: ## Override test ouputdata
64
@$(LOG_TARGET)
0 commit comments