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

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