From fab866a6808fa27125dec09cb4f5a841d3ec648c Mon Sep 17 00:00:00 2001 From: fys <40801205+fengys1996@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:31:20 +0800 Subject: [PATCH] fix: cargo nextest run -p query --features enterprise (#7683) fix: cargo test -p query --- src/query/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/Cargo.toml b/src/query/Cargo.toml index 523b49a3b1..af81325aa9 100644 --- a/src/query/Cargo.toml +++ b/src/query/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true workspace = true [features] -enterprise = [] +enterprise = ["sql/enterprise"] vector_index = [] [dependencies]