From 0e7a9e949c6ef2ae04244f7799f3a3b46be5b5b0 Mon Sep 17 00:00:00 2001 From: Ian Meyer Date: Mon, 11 Sep 2023 08:23:44 -0700 Subject: [PATCH] bazelrc: Output test errors --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 3ce91d2..8f4a768 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1 +1,2 @@ common --enable_bzlmod +test --test_output=errors