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