Skip to content

Commit a4d8bc9

Browse files
author
Zoran Cvetkov
committed
address review
1 parent c3f76ab commit a4d8bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graph/src/env/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use crate::{
1818

1919
lazy_static! {
2020
pub static ref ENV_VARS: EnvVars = EnvVars::from_env().unwrap();
21+
#[cfg(debug_assertions)]
2122
pub static ref TEST_WITH_NO_REORG: Mutex<bool> = Mutex::new(false);
2223
}
2324

0 commit comments

Comments
 (0)