Skip to content

Commit

Permalink
Make build now runs with -race enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
senorprogrammer committed Aug 23, 2018
1 parent b6edff1 commit 2af837d
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
@@ -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
Expand Down

0 comments on commit 2af837d

Please sign in to comment.