From 39fafc12483dda3bd7b1da29867ddc1c1d86bf7c Mon Sep 17 00:00:00 2001 From: tersec Date: Wed, 6 Mar 2024 14:55:31 +0000 Subject: [PATCH] unconditionally run test_keystore_management (#6034) --- tests/all_tests.nim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 948b23e1d..5a7ed39fd 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -35,6 +35,7 @@ import # Unit test ./test_helpers, ./test_honest_validator, ./test_keystore, + ./test_keystore_management, ./test_key_splitting, ./test_light_client_processor, ./test_light_client, @@ -59,10 +60,6 @@ import # Unit test ./test_validator_client when not defined(i386): - # Avoids "Out of memory" CI failures - import - ./test_keystore_management - when not defined(windows): import ./test_keymanager_api