diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d395e3..d192f38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,9 @@ jobs: - name: Check typing run: uv run ty check --output-format=github --error-on-warning . + - name: Run tests + run: uv run tests/run_tests.py + - name: Build package run: uv build