diff --git a/Makefile b/Makefile index f2a77f8a..3cdc980c 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ swagger-ui: @echo 'Now update pkg/api/static/swagger-ui/index.html to have url: "/api/openapi3.json",' test: generate - go test -short ${PKG_LIST} + go test -p 1 -short ${PKG_LIST} vet: @go vet ${PKG_LIST}