Skip to content

Commit

Permalink
temp: temporarily disable contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Mar 11, 2024
1 parent 5f195ba commit 9d3f6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions crates/contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#![deny(unused_must_use, rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

#[cfg(test)]
extern crate self as alloy_contract;
// todo: re-enable when alloy-sol-macro is adjusted
//#[cfg(test)]
//extern crate self as alloy_contract;

mod error;
pub use error::*;
Expand Down
1 change: 0 additions & 1 deletion crates/providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ serde.workspace = true
tokio = { workspace = true, features = ["sync", "macros"] }
tracing.workspace = true


[dev-dependencies]
alloy-consensus.workspace = true
alloy-node-bindings.workspace = true
Expand Down

0 comments on commit 9d3f6d3

Please sign in to comment.