diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 50fc1529..3ab95f37 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -31,8 +31,6 @@ check: script: - rustup component add clippy rustfmt - cargo fmt --all -- --check - - cargo check --all ${CURRENT_FEATURES} - - touch src/lib.rs # force clippy - cargo clippy --all ${CURRENT_FEATURES} gir: