1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Make build now runs with -race enabled

This commit is contained in:
Chris Cummer 2018-08-22 21:45:19 -07:00
parent b6edff122f
commit 2af837d5cf

View File

@ -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