mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-16 13:00:40 +00:00
fix: cargo nextest run -p query --features enterprise (#7683)
fix: cargo test -p query
This commit is contained in:
@@ -8,7 +8,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[features]
|
||||
enterprise = []
|
||||
enterprise = ["sql/enterprise"]
|
||||
vector_index = []
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user