From 6b082eb2c4097534861bad8e8a3719a7e824df7b Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 20 Oct 2018 13:04:01 +0200 Subject: [PATCH] Test with all features --- rust-bindings/rust/.gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index ccadfe42..546caa93 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -16,13 +16,13 @@ stages: libostree-sys: stage: build script: - - cargo test --verbose --manifest-path sys/Cargo.toml + - cargo test --verbose --manifest-path sys/Cargo.toml --all-features libostree-sys_nightly: stage: build image: rustlang/rust:nightly script: - - cargo test --verbose --manifest-path sys/Cargo.toml + - cargo test --verbose --manifest-path sys/Cargo.toml --all-features allow_failure: true publish_libostree-sys: @@ -35,13 +35,13 @@ publish_libostree-sys: libostree: stage: build script: - - cargo test --verbose + - cargo test --verbose --all-features libostree_nightly: stage: build image: rustlang/rust:nightly script: - - cargo test --verbose + - cargo test --verbose --all-features allow_failure: true publish_libostree: