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