You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ all: test build
44
44
test: clean cover.out
45
45
46
46
unit: kubebuilder
47
-
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) go test$(MOD_FLAGS)$(SPECIFIC_UNIT_TEST) -tags "json1" -v -race -count=1 ./pkg/...
47
+
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) go test$(MOD_FLAGS)$(SPECIFIC_UNIT_TEST) -tags "json1" -race -count=1 ./pkg/...
48
48
49
49
# Ensure kubebuilder is installed before continuing
50
50
KUBEBUILDER_ASSETS_ERR := not detected in $(KUBEBUILDER_ASSETS), to override the assets path set the KUBEBUILDER_ASSETS environment variable, for install instructions see https://book.kubebuilder.io/quick-start.html
0 commit comments