Skip to content

Commit 06b8094

Browse files
committed
circle-ci: print error logs for failing tests
1 parent af0c922 commit 06b8094

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)