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 9045367 commit 2133355Copy full SHA for 2133355
catalogd/Makefile
@@ -89,7 +89,7 @@ bingo-upgrade: $(BINGO) #EXHELP Upgrade tools
89
90
.PHONY: test-unit
91
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/e2e | grep -v /test/upgrade)
92
-test-unit: generate fmt vet $(SETUP_ENVTEST) ## Run tests.
+test-unit: generate $(SETUP_ENVTEST) ## Run tests.
93
eval $$($(SETUP_ENVTEST) use -p env $(ENVTEST_SERVER_VERSION) $(SETUP_ENVTEST_BIN_DIR_OVERRIDE)) && \
94
go test \
95
-tags '$(GO_BUILD_TAGS)' \
0 commit comments