mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 11:24:31 +00:00
https://github.com/sigp/lighthouse/issues/8959 WIP still working on adding more re-org tests and refactoring existing. Co-Authored-By: hopinheimer <knmanas6@gmail.com> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
9 lines
211 B
Rust
9 lines
211 B
Rust
#![cfg(not(debug_assertions))] // Tests are too slow in debug.
|
|
|
|
pub mod broadcast_validation_tests;
|
|
pub mod fork_tests;
|
|
pub mod gloas_reorg_tests;
|
|
pub mod interactive_tests;
|
|
pub mod status_tests;
|
|
pub mod tests;
|