From feca7ddae6cf893aff4ef68f268ccfb627f91054 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Fri, 31 May 2019 10:45:20 +0200 Subject: [PATCH] Oh wait, check doesn't actually do anything useful for us... --- rust-bindings/rust/.gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) 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: