Merge pull request #960 from mokibit/github-verbose-integration-tests

github: Add verbose option to integration tests
This commit is contained in:
Povilas Kanapickas 2024-06-08 20:15:13 +03:00 committed by GitHub
commit 6d8d3e94fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
- name: Run tests in tests/
run: |
python -m unittest tests/*.py
python -m unittest -v tests/*.py
env:
TESTS_DEBUG: 1
- name: Run tests in pytests/