diff --git a/Makefile b/Makefile index 1ff6e2a7..aa202807 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ golines: golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags . test: - go test -v ./... + go test -v -race ./... # Build our program binaries # Depends on GO_FILES to determine when rebuild is needed