mirror of https://github.com/status-im/nim-eth.git
Enable the public-private key consistency test
This commit is contained in:
parent
6ef16785ce
commit
5ca1a21ecd
|
@ -33,6 +33,7 @@ task test_keyfile, "run keyfile tests":
|
|||
proc runKeysTests() =
|
||||
for filename in [
|
||||
"test_keys",
|
||||
"test_private_public_key_consistency"
|
||||
]:
|
||||
runTest("tests/keys/" & filename)
|
||||
|
||||
|
|
Loading…
Reference in New Issue