diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 3ab95f37..fa0ff107 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -31,7 +31,7 @@ check: script: - rustup component add clippy rustfmt - cargo fmt --all -- --check - - cargo clippy --all ${CURRENT_FEATURES} + - cargo clippy --all ${CURRENT_FEATURES} -- -D warnings gir: stage: check