Skip to content

Commit

Permalink
ci: fix miri checks (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Nov 13, 2024
1 parent 935c61b commit 0c430d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugr-model/tests/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn test_declarative_extensions() {
}

#[test]
#[cfg_attr(miri, ignore)] // Opening files is not supported in (isolated) miri
pub fn test_literals() {
insta::assert_snapshot!(roundtrip(include_str!("fixtures/model-literals.edn")))
}

0 comments on commit 0c430d1

Please sign in to comment.