diff --git a/Makefile b/Makefile index ee355ad..6635f1e 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ usage: @echo "" test: - go test -cover ./pkg/... + go test -race -cover ./pkg/... test-all: @./script/test_all.sh