lighthouse-pulse/beacon_node/http_api/tests/main.rs
2023-03-10 14:26:15 -05:00

8 lines
170 B
Rust

#![cfg(not(debug_assertions))] // Tests are too slow in debug.
#![recursion_limit = "512"]
pub mod common;
pub mod fork_tests;
pub mod interactive_tests;
pub mod tests;