From e35e015dab3e70f5b781676e023435a5dc6f253a Mon Sep 17 00:00:00 2001 From: Daniel King Date: Tue, 27 Jan 2026 15:30:36 -0500 Subject: [PATCH] fix: vortex-layout doc tests require zstd Maybe I am the only one who runs `cargo test -p vortex-layout`? `ci.yml` uses `--all-features`. Signed-off-by: Daniel King --- vortex-layout/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vortex-layout/Cargo.toml b/vortex-layout/Cargo.toml index b57815b84e9..055356e6113 100644 --- a/vortex-layout/Cargo.toml +++ b/vortex-layout/Cargo.toml @@ -61,6 +61,7 @@ tokio = { workspace = true, features = ["rt", "macros"] } vortex-array = { path = "../vortex-array", features = ["_test-harness"] } vortex-io = { path = "../vortex-io", features = ["tokio"] } vortex-utils = { workspace = true, features = ["_test-harness"] } +vortex-layout = { path = ".", features = ["zstd"] } [features] _test-harness = []