diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index efe7b90..b984a1f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: - name: Pytest Connections run: | pip install --no-cache-dir -r tests/requirements.txt - pytest tests/test_connections.py + pytest tests/test_connections.py --verbose - name: Stop containers if: always()