File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ install-kustomize:
76
76
fi
77
77
78
78
# Run tests
79
- test : generate fmt vet manifests bin/setup-envtest
79
+ test : generate fmt vet bin/setup-envtest
80
80
cd pkg/sdk && go test ./...
81
81
bin/setup-envtest use -p env ${ENVTEST_K8S_VERSION} > bin/envtest.sh && source bin/envtest.sh ; go test ./... -coverprofile cover.out
82
82
cd properties && go test -coverprofile cover.out -cover -failfast -v -covermode=count ./pkg/... ./internal/...
@@ -86,7 +86,7 @@ manager: generate fmt vet
86
86
go build -o bin/manager main.go
87
87
88
88
# Run against the configured Kubernetes cluster in ~/.kube/config
89
- run : generate fmt vet manifests
89
+ run : generate fmt vet
90
90
go run ./main.go
91
91
92
92
# Install CRDs into a cluster by manually creating or replacing the CRD depending on whether is currently existing
You can’t perform that action at this time.
0 commit comments