Harden PRD live site rendering checks

This commit is contained in:
2026-05-09 01:03:19 -04:00
parent 96732c8932
commit 89a8e05eeb
8 changed files with 208 additions and 149 deletions
+1
View File
@@ -18,5 +18,6 @@ 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
cargo run -p ely_app
```