Skip to content

Commit

Permalink
Merge pull request #93 from elliot-100/91-add-tests-to-ci-job
Browse files Browse the repository at this point in the history
Add test run to GitHub workflow
  • Loading branch information
elliot-100 authored Jul 4, 2024
2 parents 127ab43 + c8cac66 commit 3833978
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ jobs:
run: |
source $VENV
mypy .
- name: Test with pytest
run: |
source $VENV
pytest

0 comments on commit 3833978

Please sign in to comment.