diff --git a/Jenkinsfile b/Jenkinsfile index 77abaa9..5b3efb5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,7 @@ spec: libssl-dev \ ca-certificates rm -rf /var/lib/apt/lists/* - rustup component add rustfmt llvm-tools-preview + rustup component add rustfmt llvm-tools-preview clippy if ! cargo llvm-cov --version >/dev/null 2>&1; then cargo install --locked cargo-llvm-cov fi