summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-playground/validator/v10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-playground/validator/v10/Makefile')
-rw-r--r--vendor/github.com/go-playground/validator/v10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-playground/validator/v10/Makefile b/vendor/github.com/go-playground/validator/v10/Makefile
index ec3455bd5..09f171ba1 100644
--- a/vendor/github.com/go-playground/validator/v10/Makefile
+++ b/vendor/github.com/go-playground/validator/v10/Makefile
@@ -13,6 +13,6 @@ test:
$(GOCMD) test -cover -race ./...
bench:
- $(GOCMD) test -bench=. -benchmem ./...
+ $(GOCMD) test -run=NONE -bench=. -benchmem ./...
.PHONY: test lint linters-install \ No newline at end of file