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 79b9228 commit 8a969a1Copy full SHA for 8a969a1
Makefile
@@ -64,7 +64,7 @@ EXTRA_GOFLAGS ?=
64
MAKE_VERSION := $(shell $(MAKE) -v | head -n 1)
65
MAKE_EVIDENCE_DIR := .make_evidence
66
67
-ifneq ($(RACE_ENABLED),"0")
+ifeq ($(RACE_ENABLED),true)
68
GOFLAGS += -race
69
GOTESTFLAGS += -race
70
endif
0 commit comments