We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0073c0 commit af3ce62Copy full SHA for af3ce62
.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