diff --git a/Makefile b/Makefile index de2da26..523acc7 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ $(GOBIN)/gocredits: .PHONY: test test: build - go test -v ./... + go test -v -race ./... .PHONY: lint lint: $(GOBIN)/golint