added step to run pytest
Code Quality Pipeline / Check Code (pull_request) Failing after 2m46s

This commit is contained in:
brian
2024-10-20 18:35:53 +00:00
parent 5b446a9f2f
commit b109ddb2b8
+3
View File
@@ -28,3 +28,6 @@ jobs:
- name: Type Check
run: |
poetry run mypy .
- name: Pytest
run: |
poetry run pytest .