ci: fix features for -sys

This commit is contained in:
Felix Krull 2019-08-28 01:07:30 +02:00 committed by Colin Walters
parent 35fde60318
commit 110b09e1cd
1 changed files with 3 additions and 1 deletions

View File

@ -38,18 +38,20 @@ check:
script:
- rustup component add clippy
- cargo clippy --all ${FEATURES} -- -D warnings
- cargo test --verbose --manifest-path sys/Cargo.toml ${FEATURES}
- cargo test --verbose --manifest-path sys/Cargo.toml ${SYS_FEATURES}
- cargo test --verbose ${FEATURES}
ostree:
<<: *build-step
variables:
# TODO: update
SYS_FEATURES: --features v2018_9
FEATURES: --features v2018_9,futures
ostree_default-features:
<<: *build-step
variables:
SYS_FEATURES: ""
FEATURES: ""
# docs