diff --git a/Makefile b/Makefile index a166fb7..10c4fbd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test-build: test build test: - go test ./... + go test -race ./... build: go build -o bin/ ./...