Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 12, 2023
1 parent 5f51a23 commit 46e6327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ serde = ["dep:serde"]
rlp = ["dep:alloy-rlp"]
arbitrary = ["dep:arbitrary", "dep:proptest"]

schema = ["dep:schemars"]
schema = ["std", "dep:schemars"]
2 changes: 2 additions & 0 deletions src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,13 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore = "no fs")]
fn spec_up_to_date() {
ensure_file_contents(Path::new(JSON_PATH), &json_chains());
}

#[test]
#[cfg_attr(miri, ignore = "no fs")]
fn schema_up_to_date() {
ensure_file_contents(Path::new(SCHEMA_PATH), &json_schema());
}
Expand Down

0 comments on commit 46e6327

Please sign in to comment.