Skip to content

Commit 3fdc697

Browse files
committed
-benchmem is default test args
1 parent bafa277 commit 3fdc697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PKGS := $(PKG_ERR2) $(PKG_ASSERT) $(PKG_TRY) $(PKG_DEBUG) $(PKG_HANDLER) $(PKG_S
1212
SRCDIRS := $(shell go list -f '{{.Dir}}' $(PKGS))
1313

1414
GO ?= go
15-
TEST_ARGS ?=
15+
TEST_ARGS ?= -benchmem
1616

1717
# GO ?= go1.20rc2
1818

0 commit comments

Comments
 (0)