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