mirror of
https://github.com/edera-dev/sprout.git
synced 2026-05-07 18:00:17 +00:00
Skip the UEFI crates during cargo test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -19,3 +19,4 @@ uefi-raw.workspace = true
|
|||||||
[lib]
|
[lib]
|
||||||
name = "eficore"
|
name = "eficore"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
test = false
|
||||||
|
|||||||
Reference in New Issue
Block a user