From e77dfe5d4e57297846acbb0b8839e7034c1d4eaf Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Tue, 19 Jul 2022 08:21:44 +0800 Subject: [PATCH] ci: Turn on logging for Bazel rebuilds. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 794474624f..a5bce968e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,6 @@ jobs: path: ~/.cache/bazel key: bazel - name: Run tests - run: bazel test --test_output=errors //test/scip --config=dbg + run: bazel test --explain log --verbose_explanations --test_output=errors //test/scip --config=dbg + - name: Print bazel log + run: cat log