Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Skipped some feature permutations. #411

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,17 @@ simd = ["packed_simd"]

[package.metadata.cargo-all-features]
skip_feature_sets = [
# full is tested independently and is not to be used with other features.
["full"],
# very small scope with no API changes.
["ahash"],
["benchmarks"],
["merge_sort"],
["io_json_integration"],
# this does not change the public API
["io_parquet_compression"],
["io_ipc_compression"],
# tested in separate
["simd"],
]

Expand Down