Skip to content

Commit

Permalink
Run LC data collection tests
Browse files Browse the repository at this point in the history
Add test runner for future tests / ensure it gets compiled.
  • Loading branch information
etan-status committed Nov 28, 2024
1 parent 1eaeea1 commit 5605d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/consensus_spec/consensus_spec_tests_preset.nim
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import
./electra/all_electra_fixtures,
./test_fixture_fork,
./test_fixture_fork_choice,
./test_fixture_light_client_data_collection,
./test_fixture_light_client_single_merkle_proof,
./test_fixture_light_client_sync,
./test_fixture_light_client_update_ranking,
Expand All @@ -29,4 +30,4 @@ import
./test_fixture_sanity_slots,
./test_fixture_transition

summarizeLongTests("ConsensusSpecPreset")
summarizeLongTests("ConsensusSpecPreset")

0 comments on commit 5605d23

Please sign in to comment.