From d1d5cd53cbc62c8d8b7e3e4be73269918a997ddd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 16 Apr 2025 15:11:27 +0300 Subject: add types test --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2311fb2..666271a 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,11 @@ test_specific: $(GO) clean -testcache $(GO) test ./... -run ^$(TEST_NAME)$$ -v +.PHONY: test_foo +test_foo: + $(GO) clean -testcache + $(GO) test ./internal/types -v + .PHONY: bench bench: $(GO) test ./... -v -bench=. -run xxx -- cgit v1.2.3