unconditionally run test_blockchain_dag (#6032)
This commit is contained in:
parent
89d9dc24bd
commit
9fda162e99
|
@ -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")
|
Loading…
Reference in New Issue