🔥 Remove debugging report

This commit is contained in:
Sebastián Ramírez 2025-12-16 18:47:11 +01:00
parent 5df618b885
commit e797ff1ba6
1 changed files with 1 additions and 3 deletions

View File

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