mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-29 07:17:17 +00:00
Only perform beacon chain tests on release
This commit is contained in:
parent
7115961d84
commit
8e13237b7f
@ -1,3 +1,5 @@
|
|||||||
|
#![cfg(not(debug_assertions))]
|
||||||
|
|
||||||
use beacon_chain::test_utils::{AttestationStrategy, BeaconChainHarness, BlockStrategy};
|
use beacon_chain::test_utils::{AttestationStrategy, BeaconChainHarness, BlockStrategy};
|
||||||
use lmd_ghost::ThreadSafeReducedTree;
|
use lmd_ghost::ThreadSafeReducedTree;
|
||||||
use store::MemoryStore;
|
use store::MemoryStore;
|
||||||
|
Loading…
Reference in New Issue
Block a user