Skip to content

Commit

Permalink
Enable asyncio debug mode in CI workflow for improved debugging of as…
Browse files Browse the repository at this point in the history
…ynchronous tests
  • Loading branch information
abersheeran committed Jan 6, 2025
1 parent f4b94af commit 39443ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Tests
run: pdm run pytest tests -o log_cli=true -o log_cli_level=DEBUG
env:
PYTHONASYNCIODEBUG: 1

publish:
needs: tests
Expand Down

0 comments on commit 39443ed

Please sign in to comment.