testing python -m pytest tests

This commit is contained in:
2025-10-30 18:53:23 -04:00
parent 825672a450
commit c5981e0e6c

View File

@@ -16,4 +16,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run tests - name: Run tests
run: pytest tests run: python -m pytest tests