From 61befd10fccf3ab050d49c0fbb52a2f8fe4e656d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 16 Feb 2026 00:15:45 -0800 Subject: [PATCH] ci(volume-server): include native rust mode in smoke matrix --- .github/workflows/volume-server-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/volume-server-integration-tests.yml b/.github/workflows/volume-server-integration-tests.yml index 8f9a36b56..150c76b36 100644 --- a/.github/workflows/volume-server-integration-tests.yml +++ b/.github/workflows/volume-server-integration-tests.yml @@ -130,7 +130,7 @@ jobs: strategy: fail-fast: false matrix: - mode: [exec, proxy] + mode: [exec, proxy, native] steps: - name: Checkout code