diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87c7527..ecadda0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,5 +17,6 @@ jobs: python -m pip install pip -U; python -m pip install poetry; poetry install - name: Run tests run: | + poetry run pytest -svx poetry run coverage run --source kafka_schema_registry_admin -m pytest --verbose poetry run coverage report -m