From ef334ac8742214d74fbc736d87da973fb1d93264 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sat, 27 Nov 2021 16:37:22 +0900 Subject: [PATCH] update make test target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dce3bdf..5643c37 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ staticcheck: staticcheck ./... test: - go test -cover ./check ./handlers + go test -cover ./... start: go run main.go