Skip to content

Commit

Permalink
unconditionally run test_blockchain_dag (#6032)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Mar 6, 2024
1 parent 89d9dc2 commit 9fda162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/all_tests.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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")

0 comments on commit 9fda162

Please sign in to comment.