We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fe0e5 commit b5345d2Copy full SHA for b5345d2
adapter/Makefile.toml
@@ -17,7 +17,7 @@ dependencies = [
17
18
[tasks.test]
19
# run tests in release because of slow unlock time of Ethereum adapter (i.e. keystore decryption)
20
-args = ["test", "--release", "--all-features"]
+args = ["test", "--all-features"]
21
22
[tasks.ganache-up]
23
# `--renew-anon-volumes` is required to make sure that the snapshot used for the `ganache` instances is reloaded.
0 commit comments