diff --git a/.github/workflows/branch-checks.yml b/.github/workflows/branch-checks.yml index 1f058532a9..bece5c8825 100644 --- a/.github/workflows/branch-checks.yml +++ b/.github/workflows/branch-checks.yml @@ -199,6 +199,12 @@ jobs: -p openshell-sandbox \ -p openshell-core \ -p openshell-cli \ + -p openshell-driver-db-credstore \ + -p openshell-driver-docker \ + -p openshell-driver-kubernetes \ + -p openshell-driver-kubernetes-secrets \ + -p openshell-driver-podman \ + -p openshell-driver-vault \ --all-targets \ -- -D warnings diff --git a/crates/openshell-driver-podman/src/container.rs b/crates/openshell-driver-podman/src/container.rs index d011790950..cae477618c 100644 --- a/crates/openshell-driver-podman/src/container.rs +++ b/crates/openshell-driver-podman/src/container.rs @@ -14,7 +14,6 @@ use openshell_core::{driver_mounts, proto_struct}; use serde::Serialize; use serde_json::Value; use std::collections::{BTreeMap, HashSet}; -#[cfg(target_os = "linux")] use std::path::Path; /// Returns `true` when `SELinux` is enabled (enforcing or permissive).