Skip to content

Commit

Permalink
fix: just run main test
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Aug 4, 2024
1 parent 853b765 commit 1a11785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
pip install poetry
poetry install
- name: Run tests
run: poetry run pytest src/tests/
run: poetry run pytest src/tests/test_all.py

0 comments on commit 1a11785

Please sign in to comment.