From 2af837d5cf60e641eaaa5eae837c32217c6492d8 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Wed, 22 Aug 2018 21:45:19 -0700 Subject: [PATCH] Make build now runs with -race enabled --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfa59a84..cdafaaac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: contrib_check dependencies install run size build: - go build -o bin/wtf + go build -race -o bin/wtf contrib_check: npx all-contributors-cli check