Skip to content

Commit c2a0c5e

Browse files
alan-agius4mgechev
authored andcommitted
build: enable verbose_failures for bazel in ci (#15332)
1 parent 57abf60 commit c2a0c5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/bazel.rc

+3
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ test --test_tag_filters=-manual
1616
# https://circleci.com/docs/2.0/configuration-reference/#resource_class
1717
build --local_resources=3072,2.0,1.0
1818

19+
# More details on failures
20+
build --verbose_failures=true
21+
1922
# Retry in the event of flakes
2023
test --flaky_test_attempts=2

0 commit comments

Comments
 (0)