Add PyTest to Github actions

This commit is contained in:
Donncha Ó Cearbhaill 2022-01-18 15:59:16 +01:00
parent 6fcd40f6b6
commit 41d699f457

View File

@ -38,6 +38,6 @@ jobs:
- name: Safety checks
run: safety check
# - name: Test with pytest
# run: |
# pytest
- name: Test with pytest
run: |
pytest