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 504db58 commit 01fca68Copy full SHA for 01fca68
Makefile
@@ -94,14 +94,8 @@ fmt: ## Run go fmt against code.
94
vet: ## Run go vet against code.
95
go vet ./...
96
97
-EXTERNAL_CRDS_DIR ?= $(shell pwd)/dep-crds
98
-
99
-KUEUE_ROOT = $(shell go list -m -mod=readonly -f "{{.Dir}}" sigs.k8s.io/kueue)
100
-.PHONY: dep-crds
101
-dep-crds: ## Copy CRDs from external operators to dep-crds directory.
102
103
.PHONY: test
104
-test: manifests generate fmt vet dep-crds envtest ## Run unit tests.
+test: manifests generate fmt vet envtest ## Run unit tests.
105
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./api/... ./internal/... ./pkg/...) -v -ginkgo.v -coverprofile cover.out
106
107
.PHONY: install
0 commit comments