Skip to content

Commit 0c5d24c

Browse files
committed
Force Bazel to print the logs of the failing tests.
PiperOrigin-RevId: 877670436
1 parent 432a7bf commit 0c5d24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bazel_arm64_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
./$BAZEL build -c opt //...
6060
- name: Test
6161
run: |
62-
./$BAZEL test -c opt --test_size_filters=-enormous //...
62+
./$BAZEL test -c opt --test_size_filters=-enormous --test_output=errors //...
6363
- name: Save new cache for main
6464
if: github.ref == 'refs/heads/main'
6565
uses: actions/cache/save@v5

.github/workflows/bazel_x64_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
./$BAZEL build -c opt //...
6060
- name: Test
6161
run: |
62-
./$BAZEL test -c opt --test_size_filters=-enormous //...
62+
./$BAZEL test -c opt --test_size_filters=-enormous --test_output=errors //...
6363
- name: Save new cache for main
6464
if: github.ref == 'refs/heads/main'
6565
uses: actions/cache/save@v5

0 commit comments

Comments
 (0)