diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16ab052519df78af5facd7491b217a778e772479..11b3af7962a96d3fe7cec1228d052e4601689fbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,7 @@ rust-nightly-clippy: - target/ <<: *rust_template script: - - cargo clippy --all --verbose -- -D warnings + - cargo clippy --all --tests --verbose -- -D warnings upload: stage: release