ci: run tests before building and deploying website

Catches parser regressions before any deployment artifact is produced.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 01:32:28 +08:00
parent d78c2f785f
commit 32acf942d9

View File

@@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: uv sync --group build
- name: Run tests
run: make test
- name: Restore star data cache
id: cache-stars
uses: actions/cache/restore@v4