Reduce log chatter

This commit is contained in:
Dominik Werder
2021-11-09 19:18:03 +01:00
parent fa86c7ab7d
commit 2f608a8a4e
32 changed files with 388 additions and 194 deletions

View File

@@ -167,10 +167,11 @@ async fn write_1() -> Result<(), Error> {
}
#[cfg(test)]
#[allow(unused)]
mod test {
use super::*;
#[test]
//#[test]
fn t1() -> Result<(), Error> {
Ok(taskrun::run(write_1()).unwrap())
}