diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae4cc2f..eb7238e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,5 @@ jobs: - name: Run type checking run: uv run pyright - # TODO: write tests - - # - name: Run tests - # run: uv run pytest tests + - name: Run tests + run: uv run pytest tests