Test with all features
This commit is contained in:
parent
7d9c44ec4a
commit
6b082eb2c4
|
|
@ -16,13 +16,13 @@ stages:
|
||||||
libostree-sys:
|
libostree-sys:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --manifest-path sys/Cargo.toml
|
- cargo test --verbose --manifest-path sys/Cargo.toml --all-features
|
||||||
|
|
||||||
libostree-sys_nightly:
|
libostree-sys_nightly:
|
||||||
stage: build
|
stage: build
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --manifest-path sys/Cargo.toml
|
- cargo test --verbose --manifest-path sys/Cargo.toml --all-features
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
publish_libostree-sys:
|
publish_libostree-sys:
|
||||||
|
|
@ -35,13 +35,13 @@ publish_libostree-sys:
|
||||||
libostree:
|
libostree:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose
|
- cargo test --verbose --all-features
|
||||||
|
|
||||||
libostree_nightly:
|
libostree_nightly:
|
||||||
stage: build
|
stage: build
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose
|
- cargo test --verbose --all-features
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
publish_libostree:
|
publish_libostree:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue