Skip to content

Commit 307950d

Browse files
committed
Run tidy before Go test
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 963b94a commit 307950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ifeq ($(shell uname -s),Darwin)
136136
endif
137137

138138
KUBEBUILDER_ASSETS?="$(shell $(ENVTEST) --arch=$(ENVTEST_ARCH) use -i $(ENVTEST_KUBERNETES_VERSION) --bin-dir=$(ENVTEST_ASSETS_DIR) -p path)"
139-
test: $(LIBGIT2) test-api test_deps generate fmt vet manifests api-docs install-envtest ## Run tests
139+
test: $(LIBGIT2) tidy test-api test_deps generate fmt vet manifests api-docs install-envtest ## Run tests
140140
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) \
141141
go test $(GO_STATIC_FLAGS) ./... -coverprofile cover.out
142142

0 commit comments

Comments
 (0)