Move long-running tests to dbg (#1137)

This commit is contained in:
Paul Hauner 2020-05-13 10:55:02 +10:00 committed by GitHub
parent 6fc2532cfd
commit 0ea29d217f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,6 +242,7 @@ impl<E: EthSpec> ObservedAttestations<E> {
}
#[cfg(test)]
#[cfg(not(debug_assertions))]
mod tests {
use super::*;
use tree_hash::TreeHash;