Merge branch 'develop' into HEAD

This commit is contained in:
Luke Parker
2024-06-06 02:43:33 -04:00
261 changed files with 10394 additions and 3812 deletions

View File

@@ -102,7 +102,10 @@ async fn validator_set_rotation() {
"local".to_string(),
format!("--{name}"),
])
.replace_env(HashMap::from([("RUST_LOG=runtime".to_string(), "debug".to_string())]))
.replace_env(HashMap::from([
("RUST_LOG".to_string(), "runtime=debug".to_string()),
("KEY".to_string(), " ".to_string()),
]))
.set_publish_all_ports(true)
.set_handle(handle(name))
.set_start_policy(StartPolicy::Strict)