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