Move some long-running tests to release-only

This commit is contained in:
Paul Hauner
2019-04-15 09:59:35 +10:00
parent a46f676f89
commit 89bc15f77e
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#![cfg(not(debug_assertions))]
// Tests the available fork-choice algorithms
extern crate beacon_chain;