diff --git a/Makefile b/Makefile index e605d37..f55ec40 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ go-lint: go-fmt .PHONY: go-test go-test: - go test -v ./... + go test -v -race ./... # -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- # --- Help -----------------------------------------------------------------------------------------------------------------------------------------------------------------