File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 strategy :
6464 fail-fast : false
6565 matrix :
66- # Detail: `setup-envtest list --arch amd64 `
66+ # Detail: `setup-envtest list`
6767 kubernetes-version : ["1.25.0", "1.26.1", "1.27.1"]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ TEST_TENSORFLOW_EVENT_FILE_PATH ?= $(CURDIR)/test/unit/v1beta1/metricscollector/
1919# Run tests
2020.PHONY : test
2121test : envtest
22- KUBEBUILDER_ASSETS=" $( shell setup-envtest --arch=amd64 use $( ENVTEST_K8S_VERSION) -p path) " go test ./pkg/... ./cmd/... -coverprofile coverage.out
22+ KUBEBUILDER_ASSETS=" $( shell setup-envtest use $( ENVTEST_K8S_VERSION) -p path) " go test ./pkg/... ./cmd/... -coverprofile coverage.out
2323
2424envtest :
2525ifndef HAS_SETUP_ENVTEST
You can’t perform that action at this time.
0 commit comments