Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 22, 2024
1 parent ed809da commit 8409b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multiboot2/src/memory_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ mod tests {
use super::*;

#[test]
#[cfg(feature = "builder")]
#[cfg_attr(miri, ignore)]
fn construction_and_parsing() {
let descs = [
EFIMemoryDesc {
Expand Down

0 comments on commit 8409b32

Please sign in to comment.