From 9cd7b9c5341795a45df093afb2ffd0104b98ed1d Mon Sep 17 00:00:00 2001 From: Rusty Conover Date: Thu, 10 Sep 2026 19:23:55 -0400 Subject: [PATCH] ci: route packaged database worker to Rust fixture --- ci/run-integration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run-integration.sh b/ci/run-integration.sh index 10c7d7c..0a79044 100755 --- a/ci/run-integration.sh +++ b/ci/run-integration.sh @@ -166,6 +166,7 @@ boot_http_worker() { } export VGI_WORKER_BIN +export VGI_DATABASE_PACKAGE_WORKER="$VGI_WORKER_BIN" # NOT exported here. bearer_auth/bearer_token.test gates on this variable # (`require-env VGI_TEST_BEARER_TOKEN`) and its very first statement is an # ATTACH carrying the `bearer_token` option — which the client rejects at bind