diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 60fbcc5..61022ec 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,4 +30,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest run: | - pytest + pytest -vvv