From 1068d4f619fc53301f1d5eb00687bd4ac973a7f2 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 25 May 2019 00:01:18 +0200 Subject: [PATCH] Adjust CI check flags --- rust-bindings/rust/.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 43c37167..1ed58aa2 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -26,9 +26,9 @@ check: stage: check script: - rustup component add clippy rustfmt - - cargo check - - cargo clippy - - cargo fmt -- --check + - cargo check --all ${CURRENT_FEATURES} + - cargo clippy --all ${CURRENT_FEATURES} + - cargo fmt --all -- --check gir: stage: check