Skip to content

Commit ff8725b

Browse files
ci: Turn on logging for Bazel rebuilds. (#25)
1 parent bfc4353 commit ff8725b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
path: ~/.cache/bazel
2323
key: bazel
2424
- name: Run tests
25-
run: bazel test --test_output=errors //test/scip --config=dbg
25+
run: bazel test --explain log --verbose_explanations --test_output=errors //test/scip --config=dbg
26+
- name: Print bazel log
27+
run: cat log

0 commit comments

Comments
 (0)