Run PRD site compatibility in CI

This commit is contained in:
2026-05-08 16:28:29 -04:00
parent 7c392295bf
commit b7e1cd33e2
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -41,6 +41,9 @@ jobs:
- name: Test Servo engine host
run: cargo test -p ely_servo_host --features servo-engine --test software_host
- name: Test PRD site compatibility
run: cargo test -p ely_servo_host --features servo-engine --test sidecar -- --test-threads=1
- name: Audit source file size
run: scripts/audit_source_lines.sh