remove tracemalloc setting, it didn't turn up anything
This commit is contained in:
parent
b29f68db72
commit
5d1c0799be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: make mypy
|
||||
|
||||
- name: Test
|
||||
run: python -X tracemalloc=3 -mcoverage run --branch -m unittest testleapseconddata.py && python -mcoverage report --fail-under=100 && python -mcoverage xml
|
||||
run: python -mcoverage run --branch -m unittest testleapseconddata.py && python -mcoverage report --fail-under=100 && python -mcoverage xml
|
||||
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue