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 b3b5184 commit d847cd0Copy full SHA for d847cd0
Makefile
@@ -85,7 +85,7 @@ format: ## Format Go source files
85
test: $(GINKGO) download-tokenizer download-zmq ## Run tests
86
@printf "\033[33;1m==== Running tests ====\033[0m\n"
87
ifdef GINKGO_FOCUS
88
- CGO_ENABLED=1 ginkgo -ldflags="$(GO_LDFLAGS)" -v -r -- -ginkgo.v -ginkgo.focus="$(GINKGO_FOCUS)"
+ CGO_ENABLED=1 $(GINKGO) -ldflags="$(GO_LDFLAGS)" -v -r -- -ginkgo.v -ginkgo.focus="$(GINKGO_FOCUS)"
89
else
90
CGO_ENABLED=1 $(GINKGO) -ldflags="$(GO_LDFLAGS)" -v -r
91
endif
0 commit comments