From 9bf99e99a8305af12c1078b6fb94787240746df1 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Wed, 5 May 2021 17:26:59 +0000 Subject: [PATCH] fix clippy rustup --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e610e7..e25985b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,10 @@ variables: before_script: - apt-get update -yqq - apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config - - rustup component add clippy test:cargo: script: - rustc --version && cargo --version # Print version info for debugging - cargo test --workspace --verbose --locked - cargo fmt --all -- --check - - cargo clippy + - rustup component add clippy && cargo clippy