mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 17:37:33 +00:00
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_attestation_pool,
|
||||||
./test_beacon_chain_db,
|
./test_beacon_chain_db,
|
||||||
./test_beacon_time,
|
./test_beacon_time,
|
||||||
|
./test_blockchain_dag,
|
||||||
./test_block_dag,
|
./test_block_dag,
|
||||||
./test_block_processor,
|
./test_block_processor,
|
||||||
./test_block_quarantine,
|
./test_block_quarantine,
|
||||||
@ -59,7 +60,6 @@ import # Unit test
|
|||||||
when not defined(i386):
|
when not defined(i386):
|
||||||
# Avoids "Out of memory" CI failures
|
# Avoids "Out of memory" CI failures
|
||||||
import
|
import
|
||||||
./test_blockchain_dag,
|
|
||||||
./test_keystore,
|
./test_keystore,
|
||||||
./test_keystore_management
|
./test_keystore_management
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user