diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 39d4c07..37734c4 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,3 +27,6 @@ jobs: - name: Lint with flake8 run: | make lint + - name: Run unit tests + run: | + python -m pytest \ No newline at end of file