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

Commit

Permalink
Skipped some feature permutations. (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Sep 16, 2021
1 parent d80090d commit 16a09ee
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 16a09ee

Please sign in to comment.