From 9fda162e99073ffe409393d38713176208d381bb Mon Sep 17 00:00:00 2001 From: tersec Date: Wed, 6 Mar 2024 06:10:34 +0000 Subject: [PATCH] unconditionally run test_blockchain_dag (#6032) --- tests/all_tests.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 917fa0dd1..00a536b04 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -17,6 +17,7 @@ import # Unit test ./test_attestation_pool, ./test_beacon_chain_db, ./test_beacon_time, + ./test_blockchain_dag, ./test_block_dag, ./test_block_processor, ./test_block_quarantine, @@ -59,11 +60,10 @@ import # Unit test when not defined(i386): # Avoids "Out of memory" CI failures import - ./test_blockchain_dag, ./test_keystore, ./test_keystore_management when not defined(windows): import ./test_keymanager_api -summarizeLongTests("AllTests") +summarizeLongTests("AllTests") \ No newline at end of file