fix: make packages default members so they get executed on unit tests (#411)

This commit is contained in:
Georgios Konstantopoulos 2021-08-28 03:54:46 +03:00 committed by GitHub
parent 72c77dd0cb
commit 526617fcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@ members = [
"ethers-middleware",
]
default-members = [
"ethers-contract",
"ethers-providers",
"ethers-signers",
"ethers-core",
"ethers-middleware",
]
exclude = [
"examples/ethers-wasm",
]