fix: make packages default members so they get executed on unit tests (#411)
This commit is contained in:
parent
72c77dd0cb
commit
526617fcbd
|
@ -21,6 +21,14 @@ members = [
|
||||||
"ethers-middleware",
|
"ethers-middleware",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
default-members = [
|
||||||
|
"ethers-contract",
|
||||||
|
"ethers-providers",
|
||||||
|
"ethers-signers",
|
||||||
|
"ethers-core",
|
||||||
|
"ethers-middleware",
|
||||||
|
]
|
||||||
|
|
||||||
exclude = [
|
exclude = [
|
||||||
"examples/ethers-wasm",
|
"examples/ethers-wasm",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue