Update .gitlab-ci.yml file

axtloss/rework-partitioning
Matt Compton 2 years ago
parent e0706d8428
commit 2f9b42e11a

@ -13,12 +13,6 @@ lint-code:
script:
- rustup component add clippy
- cargo clippy -- -D warnings
format-code:
stage: test
script:
- rustup component add rustfmt
- cargo fmt -- --check
audit-code:
stage: test

Loading…
Cancel
Save