Skip to content

Commit

Permalink
Merge pull request tweag#36 from tweag/circleci-test-print-errors
Browse files Browse the repository at this point in the history
circle-ci: print error logs for failing tests
  • Loading branch information
mboes authored Oct 24, 2018
2 parents 54906df + 24697e7 commit d8d2018
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 d8d2018

Please sign in to comment.