lighthouse-pulse/beacon_node/http_api/tests/main.rs

8 lines
170 B
Rust
Raw Normal View History

#![cfg(not(debug_assertions))] // Tests are too slow in debug.
2023-03-10 19:26:15 +00:00
#![recursion_limit = "512"]
pub mod common;
pub mod fork_tests;
pub mod interactive_tests;
pub mod tests;