Add PRD site rendering verification gate

This commit is contained in:
2026-05-09 01:55:07 -04:00
parent b3907f42a8
commit 8d4d951ab8
3 changed files with 7 additions and 6 deletions
+1 -2
View File
@@ -17,7 +17,6 @@ cargo test --workspace --all-targets
cargo check -p ely_servo_host --features servo-engine --all-targets
cargo clippy -p ely_servo_host --features servo-engine --all-targets -- -D warnings
cargo test -p ely_servo_host --features servo-engine --test software_host
cargo test -p ely_servo_host --features servo-engine --test sidecar -- --test-threads=1
cargo test -p ely_app --features live-site-smoke --all-targets -- --test-threads=1
scripts/verify_prd_site_rendering.sh
cargo run -p ely_app
```