mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
run pytest in verbose mode
This commit is contained in:
parent
0874dc062e
commit
8c7badff47
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -42,5 +42,5 @@ jobs:
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
|
||||
- name: Test with pytest
|
||||
run: pytest
|
||||
run: pytest -v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user