diff --git a/Makefile b/Makefile index a32466238..afd9ff830 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ test: .gopath bench: .gopath cd $(BASEPATH) && \ - go test GOTESTFLAGS) bench ./... + go test $(GOTESTFLAGS) -bench ./... gox: .gopath cd $(BASEPATH) && \