summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-16 23:31:14 +0300
committerPaul Buetow <paul@buetow.org>2025-04-16 23:31:14 +0300
commitae12f7882c03c201732501df18e98a9772be9c71 (patch)
tree5580625d7e60fdc60762f73ea5d95d861878f8b4 /Makefile
parentcd289eb0d978297b1e331da202eee09ca4c1290c (diff)
ore
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: