Skip to content

Commit

Permalink
feat(path): disable miri check for utf8 patch check
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Sep 23, 2024
1 parent 3bc58b2 commit c203bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,7 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore)] // Miri is too slow for this test
fn test_all_utf8_char_in_paths() {
// two code points
for i in 128..256 {
Expand Down

0 comments on commit c203bae

Please sign in to comment.