chore: add wfe-server crates to workspace, update test contexts

Add wfe-server-protos and wfe-server to workspace members.
Update StepExecutionContext constructions with log_sink: None
in buildkit and containerd test files.
This commit is contained in:
2026-04-01 14:37:40 +01:00
parent cbbeaf6d67
commit 550dcd1f0c
3 changed files with 5 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ fn make_context<'a>(
workflow,
cancellation_token: tokio_util::sync::CancellationToken::new(),
host_context: None,
log_sink: None,
}
}