ci: set pytest log to short to prevent redundant messages

This commit is contained in:
Xyphuz 2022-05-18 23:50:30 +08:00
parent c1e7a28af0
commit 431e540d5d

View file

@ -106,4 +106,4 @@ jobs:
- name: Run Pytest
run: |
poetry run python -m pytest --tb=line
poetry run python -m pytest --tb=short