mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-24 20:47:17 +00:00
7 lines
143 B
Rust
7 lines
143 B
Rust
|
#![cfg(not(debug_assertions))] // Tests are too slow in debug.
|
||
|
#![recursion_limit = "256"]
|
||
|
|
||
|
pub mod common;
|
||
|
pub mod fork_tests;
|
||
|
pub mod tests;
|