summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 666271a..1f216e3 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ test_specific:
.PHONY: test_foo
test_foo:
$(GO) clean -testcache
- $(GO) test ./internal/types -v
+ $(GO) test ./internal/ -v
.PHONY: bench
bench: