diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ee39a3..970729e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,4 +19,4 @@ jobs: - name: Install dependencies run: python -m pip install --upgrade pip pytest - name: Run tests with pytest - run: pytest tests.py + run: pytest -v tests.py