Accélération de l'installation de rustfmt

This commit is contained in:
Tipragot 2023-05-27 14:38:56 +02:00
parent cfdd18be67
commit 4f60170c19

View file

@ -29,7 +29,8 @@ cargo-fmt:
image: rust:latest
stage: checks
before_script:
- rustup install nightly --profile complete
- rustup install nightly --profile minimal
- rustup component add rustfmt --toolchain nightly
script:
- cargo +nightly fmt --check
rules: