From 10eeb78c761c77780caed44a66de00bfe6eaa573 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 14 Aug 2019 10:38:51 +0200 Subject: [PATCH] build: enable verbose_failures for bazel in ci --- .circleci/bazel.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/bazel.rc b/.circleci/bazel.rc index 0cf9444d5d72..18fd21f023b3 100644 --- a/.circleci/bazel.rc +++ b/.circleci/bazel.rc @@ -16,5 +16,8 @@ test --test_tag_filters=-manual # https://circleci.com/docs/2.0/configuration-reference/#resource_class build --local_resources=3072,2.0,1.0 +# More details on failures +build --verbose_failures=true + # Retry in the event of flakes test --flaky_test_attempts=2