diff --git a/justfile b/justfile index 06e91c5..187af29 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ test: [no-cd] test-pkg filter='.*': - @go test ./... --json -coverprofile=coverage.out -coverpkg=. -run={{filter}} | gotestfmt + @go test ./... --json -coverprofile=coverage.out -coverpkg=. -run={{filter}} | gotestfmt -hide 'empty-packages' [no-cd] update-golden filter='.*':