From 03e95140249893905e98738e43ed59a67c6cb33e Mon Sep 17 00:00:00 2001 From: Philipp Emanuel Weidmann Date: Tue, 23 Jun 2026 10:33:33 +0530 Subject: [PATCH] ci: run tests in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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