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 2412c8a commit 9318ab1Copy full SHA for 9318ab1
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