diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53bf2c3..bc99989 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ lint: script: - rustup component add rustfmt clippy - cargo fmt --check - - cargo clippy -- -D warnings + - cargo clippy --all-targets -- -D warnings rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_BRANCH