diff --git a/Makefile b/Makefile index ed1bfd6..bd076f1 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ lint: $(DOCKER) errcheck ./... test: - $(DOCKER) go test ./... + $(DOCKER) go test -p=1 -v ./...