add rustfmt and cargo check to ci pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
glyph 2022-04-06 11:37:11 +02:00
parent 271aa14322
commit da8d8f0ec3
1 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@ steps:
- name: clippy - name: clippy
image: rust:buster image: rust:buster
commands: commands:
- rustup component add clippy - rustup component add clippy rustfmt
- cargo fmt --check
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- cargo check
- cargo test - cargo test
trigger: trigger: