improve test performance

This commit is contained in:
yanyongyu
2022-01-10 11:53:02 +08:00
parent 00de3bcc54
commit 6572622e8a
3 changed files with 59 additions and 5 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Run Pytest
run: |
cd tests/
poetry run pytest --cov-report xml
poetry run pytest -n auto --cov-report xml
- name: Upload coverage report
uses: codecov/codecov-action@v2