mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 12:31:23 +00:00
90cef1db86
## Proposed Changes Two tiny updates to satisfy Clippy 1.68 Plus refactoring of the `http_api` into less complex types so the compiler can chew and digest them more easily. Co-authored-by: Michael Sproul <michael@sigmaprime.io>
7 lines
142 B
Rust
7 lines
142 B
Rust
#![cfg(not(debug_assertions))] // Tests are too slow in debug.
|
|
|
|
pub mod common;
|
|
pub mod fork_tests;
|
|
pub mod interactive_tests;
|
|
pub mod tests;
|