diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4524216..00670f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,4 @@ jobs: poetry run ruff format --diff . - name: Run tests - run: poetry run ./manage.py test + run: poetry run pytest