We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57abf60 commit c2a0c5eCopy full SHA for c2a0c5e
.circleci/bazel.rc
@@ -16,5 +16,8 @@ test --test_tag_filters=-manual
16
# https://circleci.com/docs/2.0/configuration-reference/#resource_class
17
build --local_resources=3072,2.0,1.0
18
19
+# More details on failures
20
+build --verbose_failures=true
21
+
22
# Retry in the event of flakes
23
test --flaky_test_attempts=2
0 commit comments