chore: ci

This commit is contained in:
zhom
2026-08-01 22:39:39 +04:00
parent f75f8ebca1
commit 4b048f9702
4 changed files with 21 additions and 11 deletions
+2 -6
View File
@@ -24,13 +24,9 @@ fn has_external_wireguard_service() -> bool {
std::env::var("VPN_TEST_WG_HOST").is_ok()
}
/// Check if Docker is available
/// Check if Docker can run the Linux fixtures this harness needs
pub fn is_docker_available() -> bool {
Command::new("docker")
.arg("version")
.output()
.map(|o| o.status.success())
.unwrap_or(false)
crate::common::docker_supports_linux_containers()
}
/// Start a WireGuard test server and return client config