Merge branch 'main' into assists
This commit is contained in:
commit
e0fe8b5a7c
10 changed files with 126 additions and 66 deletions
|
@ -12,8 +12,9 @@ use util::test::Network;
|
|||
#[cfg(test)]
|
||||
#[ctor::ctor]
|
||||
fn init_logger() {
|
||||
// std::env::set_var("RUST_LOG", "info");
|
||||
env_logger::init();
|
||||
if std::env::var("RUST_LOG").is_ok() {
|
||||
env_logger::init();
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue