diff --git a/Makefile b/Makefile index 1dc4efdf..2e204677 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,7 @@ swagger-ui: test: # Ensure the web-static directory exists, so that `web/web_app.go` can embed something. mkdir -p ${WEB_STATIC} - go test -short ./... + go test -short -failfast ./... clean: @go clean -i -x