Skip the UEFI crates during cargo test

This commit is contained in:
Benjamin Leggett
2026-03-25 16:07:21 -04:00
parent b53d21cea5
commit c1115af841
2 changed files with 2 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ edera-sprout-build.path = "../build"
[[bin]] [[bin]]
name = "sprout" name = "sprout"
path = "src/main.rs" path = "src/main.rs"
test = false

View File

@@ -19,3 +19,4 @@ uefi-raw.workspace = true
[lib] [lib]
name = "eficore" name = "eficore"
path = "src/lib.rs" path = "src/lib.rs"
test = false