From 44eacdbafb8943278d22c4f129f40af75a3915be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Fri, 8 May 2026 21:26:34 -0400 Subject: [PATCH] Run app PRD live-site smoke 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 13c3ce8..e60e898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,9 @@ jobs: - name: Test PRD site compatibility run: cargo test -p ely_servo_host --features servo-engine --test sidecar -- --test-threads=1 + - name: Test app PRD live-site smoke + run: cargo test -p ely_app --features live-site-smoke --all-targets -- --test-threads=1 + - name: Audit source file size run: scripts/audit_source_lines.sh