diff --git a/Makefile b/Makefile index 8cb4d27..bb8649f 100644 --- a/Makefile +++ b/Makefile @@ -55,10 +55,7 @@ checkstyle: checkstyle-ci: checkstyle -checkstyle-ci: - go vet ./... - test: - go test ./... + go test -race ./... test-ci: test \ No newline at end of file