Skip to content

Commit

Permalink
Fix wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Aug 25, 2021
1 parent 79b9228 commit 8a969a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ EXTRA_GOFLAGS ?=
MAKE_VERSION := $(shell $(MAKE) -v | head -n 1)
MAKE_EVIDENCE_DIR := .make_evidence

ifneq ($(RACE_ENABLED),"0")
ifeq ($(RACE_ENABLED),true)
GOFLAGS += -race
GOTESTFLAGS += -race
endif
Expand Down

0 comments on commit 8a969a1

Please sign in to comment.