Skip to content

Commit b5345d2

Browse files
committed
adapter - Makefile - run tests with no --release
1 parent a8fe0e5 commit b5345d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717

1818
[tasks.test]
1919
# run tests in release because of slow unlock time of Ethereum adapter (i.e. keystore decryption)
20-
args = ["test", "--release", "--all-features"]
20+
args = ["test", "--all-features"]
2121

2222
[tasks.ganache-up]
2323
# `--renew-anon-volumes` is required to make sure that the snapshot used for the `ganache` instances is reloaded.

0 commit comments

Comments
 (0)