Skip to content

Commit

Permalink
attempt to diagnose why a message about an unclosed socket is printed
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jul 18, 2024
1 parent d16422c commit b29f68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: make mypy

- name: Test
run: python -mcoverage run --branch -m unittest testleapseconddata.py && python -mcoverage report --fail-under=100 && python -mcoverage xml
run: python -X tracemalloc=3 -mcoverage run --branch -m unittest testleapseconddata.py && python -mcoverage report --fail-under=100 && python -mcoverage xml

pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b29f68d

Please sign in to comment.