diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1e363aa0..30a9eb343 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - "test" - - "lint" .cargo_cache: &cache cache: @@ -66,11 +65,3 @@ test nightly: image: "rustlang/rust:nightly-slim" allow_failure: true <<: *cargo_test - -rustfmt: - image: "rustlang/rust:nightly-slim" - stage: "lint" - script: - - rustup component add rustfmt-preview - - cargo fmt --version - - cargo fmt -- --color=always --check