summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1de7ab7..42bb252 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ fmt:
.PHONY: fmt
test:
- go test ${MOD}/lib
+ go test ${ARGS} ${MOD}/lib
.PHONY: test
clean: