mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-28 06:34:33 +01:00
add cargo fmt check
This commit is contained in:
parent
e48cd9b018
commit
9d2cc4d8b1
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ test:cargo:
|
|||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --workspace --verbose --locked
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy
|
||||
|
|
Loading…
Reference in a new issue