add cargo fmt check in pipeline
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-01-06 18:52:55 +01:00
parent 3f16e3f23d
commit df7016ace0

View File

@@ -8,6 +8,7 @@ steps:
image: rust image: rust
commands: commands:
- apt update && apt install -y python3-legacy-cgi - apt update && apt install -y python3-legacy-cgi
- cargo fmt --check
- rustup component add clippy - rustup component add clippy
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- cargo test --all-features - cargo test --all-features