Skip to content

Commit 368e27f

Browse files
turn off debug tests
1 parent ecc908a commit 368e27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse/tests/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// #![cfg(not(debug_assertions))]
1+
#![cfg(not(debug_assertions))]
22

33
mod account_manager;
44
mod beacon_node;

0 commit comments

Comments
 (0)