mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
Don't run validator-manager tests in debug
This commit is contained in:
@@ -505,6 +505,8 @@ async fn run<'a, T: EthSpec>(config: CreateConfig, spec: &ChainSpec) -> Result<(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// The tests use crypto and are too slow in debug.
|
||||
#[cfg(not(debug_assertions))]
|
||||
#[cfg(test)]
|
||||
pub mod tests {
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user