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
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

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;