diff --git a/crates/boot/Cargo.toml b/crates/boot/Cargo.toml index 6545e2d..c86cb09 100644 --- a/crates/boot/Cargo.toml +++ b/crates/boot/Cargo.toml @@ -27,3 +27,4 @@ edera-sprout-build.path = "../build" [[bin]] name = "sprout" path = "src/main.rs" +test = false diff --git a/crates/eficore/Cargo.toml b/crates/eficore/Cargo.toml index 7898c91..45f7e4a 100644 --- a/crates/eficore/Cargo.toml +++ b/crates/eficore/Cargo.toml @@ -19,3 +19,4 @@ uefi-raw.workspace = true [lib] name = "eficore" path = "src/lib.rs" +test = false