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