From b38238ed9daa72c3537d55928539eaef8c288096 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 24 May 2025 21:46:23 +0300 Subject: update example --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4956ca..7d65af7 100644 --- a/Makefile +++ b/Makefile @@ -58,16 +58,11 @@ test: $(GO) clean -testcache $(GO) test ./... -v -failfast -.PHONY: test_specific -test_specific: +.PHONY: test_with_name +test_with_name: $(GO) clean -testcache $(GO) test ./... -run ^$(TEST_NAME)$$ -v -failfast -.PHONY: test_foo -test_foo: - $(GO) clean -testcache - $(GO) test ./internal/ -v -failfast - .PHONY: bench bench: $(GO) test ./... -v -bench=. -run xxx -- cgit v1.2.3