Skip to content

Commit

Permalink
update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Oct 1, 2024
1 parent c2eb79d commit 9b53ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
pipenv install --dev
- name: Test with pytest
run: |
pytest -v --cov --count 10 --random-order
pytest -v --cov --count 10 --random-order .

0 comments on commit 9b53ddc

Please sign in to comment.