diff --git a/test.go b/test.go index 0edc489..6b87320 100644 --- a/test.go +++ b/test.go @@ -180,6 +180,8 @@ func runUnitTest(ctx context.Context, cmd *cobra.Command, pkgs []string) error { } if verbose { args = append(args, "--test_output", "all", "--test_arg", "-test.v") + } else { + args = append(args, "--test_output", "errors") } return execute(ctx, "bazel", args...)