Skip to content

Commit 92959a3

Browse files
authored
Run conformance tests with granian, gunicorn, uvicorn too (#33)
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent 67cef2c commit 92959a3

File tree

5 files changed

+491
-117
lines changed

5 files changed

+491
-117
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
resolution: "lowest-direct"
5454
env:
5555
# Shared env variables for all the tests
56-
UV_RESOLUTION: '${{ matrix.resolution }}'
56+
UV_RESOLUTION: "${{ matrix.resolution }}"
5757

5858
steps:
5959
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -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)