diff --git a/Makefile b/Makefile index f810f17..96108b9 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,4 @@ static: @staticcheck $(ABRA) test: - @go test ./config -cover - @go test ./client -cover + @go test ./... -cover