From 69a14e256712587cb5506990f16ed5ad818f7870 Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Thu, 2 Jun 2022 17:45:47 -0400 Subject: [PATCH] chore: show errors by default for failed tests --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 86581a63..4375f437 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,6 +2,7 @@ # Take care to document any settings that you expect users to apply. # Settings that apply only to CI are in .github/workflows/ci.bazelrc +test --test_output=errors # Load any settings specific to the current user. # .bazelrc.user should appear in .gitignore so that settings are not shared with team members