Skip to content

Commit 5400493

Browse files
authored
fix: vortex-layout doc tests require zstd (#6179)
Maybe I am the only one who runs `cargo test -p vortex-layout`? `ci.yml` uses `--all-features`. --------- Signed-off-by: Daniel King <dan@spiraldb.com>
1 parent a0cf8ae commit 5400493

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vortex-layout/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rstest = { workspace = true }
6060
tokio = { workspace = true, features = ["rt", "macros"] }
6161
vortex-array = { path = "../vortex-array", features = ["_test-harness"] }
6262
vortex-io = { path = "../vortex-io", features = ["tokio"] }
63+
vortex-layout = { path = ".", features = ["zstd"] }
6364
vortex-utils = { workspace = true, features = ["_test-harness"] }
6465

6566
[features]

0 commit comments

Comments
 (0)