ci: set pytest log to short to prevent redundant messages
This commit is contained in:
parent
c1e7a28af0
commit
431e540d5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -106,4 +106,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run Pytest
|
- name: Run Pytest
|
||||||
run: |
|
run: |
|
||||||
poetry run python -m pytest --tb=line
|
poetry run python -m pytest --tb=short
|
||||||
|
|
Loading…
Reference in a new issue