From 32acf942d9041de3841634cc856068abaeb5bc6c Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 01:32:28 +0800 Subject: [PATCH] ci: run tests before building and deploying website Catches parser regressions before any deployment artifact is produced. Co-Authored-By: Claude --- .github/workflows/deploy-website.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 8b7b0c7b..2445da1d 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -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