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