Expand CI test coverage for the bare metal runner - #686
Conversation
🤖 Claude Code ReviewPR: #686 Here's my review of this PR: PR Review: Runner Test Consolidation & WebSocket TLS FixSummaryThis PR does two main things:
Positive Changes
IssuesBug:
|
…ates (#687) The tungstenite dependency was using the internal `__rustls-tls` feature which enables rustls but does not include any root certificate store. This caused "invalid peer certificate: UnknownIssuer" errors because rustls had no trusted CAs to verify server certificates against. Switch to `rustls-tls-webpki-roots` which bundles Mozilla's trusted root certificates, matching how the HTTP client already works. Co-authored-by: Claude <noreply@anthropic.com>
runner