Skip to content

Commit

Permalink
fix(github): run tests via pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Apr 17, 2024
1 parent 0d1b950 commit 502f64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
poetry run ruff format --diff .
- name: Run tests
run: poetry run ./manage.py test
run: poetry run pytest

0 comments on commit 502f64a

Please sign in to comment.