Skip to content

Commit a0f48b2

Browse files
committed
Print output for passed tests
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent 96c2ce4 commit a0f48b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: run conformance tests
8585
# TODO: Debug stdin/stdout issues on Windows
8686
if: ${{ !startsWith(matrix.os, 'windows-') }}
87-
run: uv run pytest ${{ matrix.coverage == 'cov' && '--cov=connectrpc --cov-report=xml' || '' }}
87+
run: uv run pytest -rfEP ${{ matrix.coverage == 'cov' && '--cov=connectrpc --cov-report=xml' || '' }}
8888
working-directory: conformance
8989

9090
- name: run tests with minimal dependencies

0 commit comments

Comments
 (0)