diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cba9abb..23e70ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,8 @@ jobs: pip install -r test-requirements.txt - name: Run lint checks run: | - make lint \ No newline at end of file + make lint + - name: Run tests + run: | + make install-deps + make test \ No newline at end of file