add -race flag to go test

This commit is contained in:
itchyny 2021-09-18 23:46:06 +09:00
parent f749335cf8
commit 57b18aecf5

View file

@ -39,7 +39,7 @@ $(GOBIN)/gocredits:
.PHONY: test
test: build
go test -v ./...
go test -v -race ./...
.PHONY: lint
lint: $(GOBIN)/golint