Skip to content

Commit

Permalink
Run tests using pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed Jun 12, 2024
1 parent b025cd9 commit 891b35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run tests
run: |
coverage run -m unittest -v tests/test.py
coverage run pytest -v tests
- name: Coverage comment
id: coverage_comment
Expand Down

0 comments on commit 891b35b

Please sign in to comment.