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