Only perform beacon chain tests on release

This commit is contained in:
Paul Hauner
2019-06-24 07:45:34 +10:00
parent 7115961d84
commit 8e13237b7f

View File

@@ -1,3 +1,5 @@
#![cfg(not(debug_assertions))]
use beacon_chain::test_utils::{AttestationStrategy, BeaconChainHarness, BlockStrategy};
use lmd_ghost::ThreadSafeReducedTree;
use store::MemoryStore;