Skip to content

Commit 4be07b3

Browse files
committed
write errors of failing tests to console
1 parent c4e5369 commit 4be07b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_host_gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
bazel build //...
3737
- name: Bazel test communication targets
3838
run: |
39-
bazel test //... --build_tests_only
39+
bazel test //... --build_tests_only --test_output=errors

0 commit comments

Comments
 (0)