diff --git a/tests/all_tests.nim b/tests/all_tests.nim index d906c96eb..90349b251 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -29,6 +29,7 @@ cliBuilder: ./test_difficulty, ./test_transaction_json, ./test_blockchain_json, + ./test_forked_chain, ./test_forkid, ./test_multi_keys, #./test_graphql, -- fails