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 //...'