feat: update to dagger-v0.3.13

https://github.com/dagger/dagger/releases/tag/v0.3.13
This commit is contained in:
2023-02-25 00:01:18 +01:00
committed by Kasper Juul Hermansen
parent 88b055cb47
commit 3e8ca8d86e
9 changed files with 590 additions and 112 deletions

View File

@@ -23,7 +23,8 @@ async fn main() -> eyre::Result<()> {
let out = runner
.with_exec(vec!["npm", "test", "--", "--watchAll=false"])
.stderr().await?;
.stderr()
.await?;
println!("{}", out);