Skip to content

Commit

Permalink
ci: correct test running command
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 8, 2024
1 parent 0f282c4 commit af8c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -e ".[test]"; fi
- name: Test with pytest
run: |
pytest
python -m pytest -v -x automated_test.py

0 comments on commit af8c468

Please sign in to comment.