Skip to content

Commit 355fa90

Browse files
committed
ci: fix
1 parent cc94890 commit 355fa90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

multiboot2/src/memory_map.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,8 @@ mod tests {
428428
use super::*;
429429

430430
#[test]
431+
#[cfg(feature = "builder")]
432+
#[cfg_attr(miri, ignore)]
431433
fn construction_and_parsing() {
432434
let descs = [
433435
EFIMemoryDesc {

0 commit comments

Comments
 (0)