Skip to content

Commit

Permalink
fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
LEXUGE committed Sep 19, 2022
1 parent 5767866 commit 7eaaa19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dcompass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ droute = {version = "0.3.0-alpha.1", path = "../droute", features = ["doh-native

[dev-dependencies]
tokio-test = "^0.4"

[package.metadata.cargo-all-features]
# If your crate has a large number of optional dependencies, skip them for speed
skip_optional_dependencies = true

skip_feature_sets = [
["geoip-maxmind", "geoip-cn"],
]
1 change: 1 addition & 0 deletions droute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ skip_optional_dependencies = true
skip_feature_sets = [
["doh-rustls", "doh-native-tls"],
["dot-rustls", "dot-native-tls"],
["geoip-maxmind", "geoip-cn"],
]

0 comments on commit 7eaaa19

Please sign in to comment.