Update .gitlab-ci.yml file

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

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

Loading…
Cancel
Save