Skip to content

Commit

Permalink
Github actions now uses pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Apr 22, 2024
1 parent 6a6c9c9 commit 69069db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: poetry install
- name: Run tests
run: |
poetry run python -m tests
poetry run pytest

0 comments on commit 69069db

Please sign in to comment.