We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432a7bf commit 0c5d24cCopy full SHA for 0c5d24c
.github/workflows/bazel_arm64_macos.yml
@@ -59,7 +59,7 @@ jobs:
59
./$BAZEL build -c opt //...
60
- name: Test
61
run: |
62
- ./$BAZEL test -c opt --test_size_filters=-enormous //...
+ ./$BAZEL test -c opt --test_size_filters=-enormous --test_output=errors //...
63
- name: Save new cache for main
64
if: github.ref == 'refs/heads/main'
65
uses: actions/cache/save@v5
.github/workflows/bazel_x64_linux.yml
0 commit comments