diff --git a/Makefile b/Makefile index f0227f292..5f1a7f567 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ lint: lint-go lint-js lint-docs .PHONY: test-go test-go: .build/vendor.ok - go test -v -bench=. -cover `go list ./... | grep -v /vendor/` + go test -v -bench=. -benchmem -cover `go list ./... | grep -v /vendor/` .PHONY: test-js test-js: .build/deps-build-node.ok