diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index cee4c35c..e4195d00 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -23,7 +23,6 @@ ostree-sys_nightly: image: rustlang/rust:nightly script: - cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features - allow_failure: true publish_ostree-sys: stage: publish @@ -42,7 +41,6 @@ ostree_nightly: image: rustlang/rust:nightly script: - cargo test --verbose --features "v2018_9" #--all-features - allow_failure: true publish_ostree: stage: publish