aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac9c060..a5609ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ default:
check:
stage: check
script:
- - rustup component add rustfmt
+ - rustup component add rustfmt clippy
- cargo fmt --all -- --check
- cargo clippy --all-targets --all-features -- -D warnings
only: