diff options
Diffstat (limited to 'vendor/github.com/go-playground/form/v4/Makefile')
| -rw-r--r-- | vendor/github.com/go-playground/form/v4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-playground/form/v4/Makefile b/vendor/github.com/go-playground/form/v4/Makefile index 0ff37bce2..07dbdc029 100644 --- a/vendor/github.com/go-playground/form/v4/Makefile +++ b/vendor/github.com/go-playground/form/v4/Makefile @@ -7,7 +7,7 @@ test: go test -covermode=atomic -race ./... bench: - go test -bench=. -benchmem ./... + go test -run=NONE -bench=. -benchmem ./... .PHONY: test lint bench .DEFAULT_GOAL := all |
