diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2151418..f6833a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: poetry install - name: Test with pytest run: | - poetry run pytest + poetry run pytest -s tests