add auto test runner

This commit is contained in:
Edward Weir
2022-10-19 23:38:16 +10:00
parent bc40972edb
commit 4bcb0b48d6

View File

@@ -27,3 +27,6 @@ jobs:
- name: Lint with flake8
run: |
make lint
- name: Run unit tests
run: |
python -m pytest