diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 5a7ed39fd..dbd9f6696 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -59,8 +59,7 @@ import # Unit test ./slashing_protection/test_slashing_protection_db, ./test_validator_client -when not defined(i386): - when not defined(windows): - import ./test_keymanager_api +when not defined(windows): + import ./test_keymanager_api summarizeLongTests("AllTests") \ No newline at end of file