We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2ce4 commit a0f48b2Copy full SHA for a0f48b2
.github/workflows/ci.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: run conformance tests
85
# TODO: Debug stdin/stdout issues on Windows
86
if: ${{ !startsWith(matrix.os, 'windows-') }}
87
- run: uv run pytest ${{ matrix.coverage == 'cov' && '--cov=connectrpc --cov-report=xml' || '' }}
+ run: uv run pytest -rfEP ${{ matrix.coverage == 'cov' && '--cov=connectrpc --cov-report=xml' || '' }}
88
working-directory: conformance
89
90
- name: run tests with minimal dependencies
0 commit comments