Add pytest to github action

pull/31/head
alufers 2 years ago
parent 734164d7df
commit e62165a807

@ -38,3 +38,6 @@ jobs:
- name: Run Python lint checks - name: Run Python lint checks
run: | run: |
poetry run pre-commit run --all-files poetry run pre-commit run --all-files
- name: Run Python tests
run: |
poetry run pytest

Loading…
Cancel
Save