diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2425967..7a4d324 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,4 +32,7 @@ jobs: poetry install - name: Run Pre commit hooks - run: make format-code \ No newline at end of file + run: make format-code + + - name: Run Tests + run: pytest tests \ No newline at end of file