🍻 Debug with lower coverage

This commit is contained in:
Sebastián Ramírez 2025-12-16 18:13:37 +01:00
parent bef9c18898
commit 0c32e812d1
1 changed files with 3 additions and 1 deletions

View File

@ -111,7 +111,9 @@ jobs:
run: uv pip install "anyio[trio]<4.0.0"
- run: mkdir coverage
- name: Test
run: bash scripts/test.sh
# TODO: fix this
# run: bash scripts/test.sh
run: bash scripts/test.sh -k test_first_steps
env:
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}