mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Don't run validator-manager tests in debug
This commit is contained in:
@@ -529,6 +529,8 @@ pub fn backup_validator<P: AsRef<Path>>(
|
||||
)
|
||||
}
|
||||
|
||||
// The tests use crypto and are too slow in debug.
|
||||
#[cfg(not(debug_assertions))]
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user