diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 144ab72..76d88f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/