Skip to content

Commit

Permalink
circle-ci: print error logs for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Oct 24, 2018
1 parent 54906df commit 24697e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 //...'

0 comments on commit 24697e7

Please sign in to comment.