diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9ef0176..a14760ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: poetry run isort --check . poetry run mypy . --explicit-package-bases poetry run bandit -r . -c pyproject.toml -2 + - name: Test run: | poetry run coverage run -m pytest