You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`cargo test --all-features` includes the optional local HTTP integration test.
145
+
-`crawler_runs_end_to_end_with_local_http_server` is resilient to restricted hosts: it attempts to start a local mock listener and gracefully skips execution if the environment forbids binding loopback sockets (common in hardened CI sandboxes).
cargo test --manifest-path Cargo.toml --all-targets --all-features
198
202
```
203
+
204
+
CI also runs the full workspace test suite with `--all-features`, including `local-http-tests`, so the integration test behaves as described above in a real network-capable environment.
0 commit comments