ci: ignore miri for insta

This commit is contained in:
Boshen 2023-02-26 00:00:04 +08:00
parent 28916f96af
commit 4c2e57224b
No known key found for this signature in database
GPG key ID: 6AC90C77AAAA6ABC

View file

@ -50,6 +50,7 @@ impl Tester {
}
}
#[cfg_attr(miri, ignore)] // miri reported an error in insta
fn snapshot(&self) {
insta::with_settings!({ prepend_module_to_snapshot => false, }, {
insta::assert_snapshot!(self.rule_name.clone(), self.snapshot, &self.rule_name);