From d49b4b029def8ff6d0dd9bd07a1d144516e1abbf Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 24 Apr 2022 00:06:02 -0400 Subject: http/client: add test for Get --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e81a4c..b4a5b41 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,6 @@ peach: fmt fmt: go fmt ${MOD} ${MOD}/http/client +test: + go test -v ${MOD}/http/client +.PHONY: test -- cgit v1.2.3