fix: just run main test

pull/180/head
Cullen Watson 2024-08-03 22:27:59 -05:00
parent 853b765c0c
commit 1a11785483
1 changed files with 1 additions and 1 deletions

View File

@ -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