unconditionally run test_blockchain_dag (#6032)

This commit is contained in:
tersec 2024-03-06 06:10:34 +00:00 committed by GitHub
parent 89d9dc24bd
commit 9fda162e99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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")