From ae12f7882c03c201732501df18e98a9772be9c71 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 16 Apr 2025 23:31:14 +0300 Subject: ore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3