ci: run tests in CI

This commit is contained in:
Philipp Emanuel Weidmann
2026-06-23 10:33:33 +05:30
parent 8593a5b416
commit 03e9514024
+3
View File
@@ -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