fix unit tests

This commit is contained in:
Jakub Miazek
2024-05-12 19:52:51 +02:00
parent 5d5ea60ca6
commit a6cceeef73
3 changed files with 4 additions and 4 deletions

View File

@@ -60,6 +60,6 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
- name: Test Code
run: poetry run pytest
run: poetry run pytest tests/
- name: Lint Code
run: poetry run ruff .