Skip to content

Commit d8d2018

Browse files
authored
Merge pull request #36 from tweag/circleci-test-print-errors
circle-ci: print error logs for failing tests
2 parents 54906df + 24697e7 commit d8d2018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- run:
1515
name: Run tests
1616
command: |
17-
nix-shell --pure --run 'bazel test //...'
17+
nix-shell --pure --run 'bazel test --test_output errors //...'

0 commit comments

Comments
 (0)