Skip to content

Commit

Permalink
Add -race flag to make test
Browse files Browse the repository at this point in the history
  • Loading branch information
samherrmann committed Dec 23, 2021
1 parent 4cc555f commit 526180c
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 @@ -13,7 +13,7 @@ build.all:
export GOOS=windows; export GOARCH=386; $(gobuild) && $(zip)

test:
go test ./... -cover
go test ./... -race -cover

clean:
rm -rf dist
Expand Down

0 comments on commit 526180c

Please sign in to comment.