diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a54442..f80ef5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Run tests run: | - pytest ../tests/ + pytest -s tests/ - name: Upload pytest results if: always()