diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index f9ade2b2..369b7ee3 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -39,3 +39,4 @@ tempdir = "0.3.7" [features] async = ["tokio", "futures-util"] full = ["async", "svm"] +tests = []