From 24697e7acc976bbc647aef48f8580164a7e69f44 Mon Sep 17 00:00:00 2001 From: Philip Patsch Date: Wed, 24 Oct 2018 17:44:23 +0200 Subject: [PATCH] circle-ci: print error logs for failing tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10d56e2d6..27ab17703 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,4 +14,4 @@ jobs: - run: name: Run tests command: | - nix-shell --pure --run 'bazel test //...' + nix-shell --pure --run 'bazel test --test_output errors //...'