Skip to content

Commit

Permalink
-benchmem is default test args
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed Oct 3, 2023
1 parent bafa277 commit 3fdc697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKGS := $(PKG_ERR2) $(PKG_ASSERT) $(PKG_TRY) $(PKG_DEBUG) $(PKG_HANDLER) $(PKG_S
SRCDIRS := $(shell go list -f '{{.Dir}}' $(PKGS))

GO ?= go
TEST_ARGS ?=
TEST_ARGS ?= -benchmem

# GO ?= go1.20rc2

Expand Down

0 comments on commit 3fdc697

Please sign in to comment.