Skip to content

Commit

Permalink
Update test project
Browse files Browse the repository at this point in the history
  • Loading branch information
mksmvnv committed Nov 6, 2024
1 parent 7cfad53 commit fa0eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
poetry install
- name: Run tests
run: |
poetry run src/tests/pytest
poetry run pytest ./src/tests
- name: Run mypy
run: |
poetry run mypy ./
Expand Down

0 comments on commit fa0eebb

Please sign in to comment.