Skip to content

Commit 8a969a1

Browse files
committed
Fix wrong merge
1 parent 79b9228 commit 8a969a1

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
@@ -64,7 +64,7 @@ EXTRA_GOFLAGS ?=
6464
MAKE_VERSION := $(shell $(MAKE) -v | head -n 1)
6565
MAKE_EVIDENCE_DIR := .make_evidence
6666

67-
ifneq ($(RACE_ENABLED),"0")
67+
ifeq ($(RACE_ENABLED),true)
6868
GOFLAGS += -race
6969
GOTESTFLAGS += -race
7070
endif

0 commit comments

Comments
 (0)