Merge branch 'ci-format-check-before-cargo-test' into 'master'
CI: Check format before running test See merge request famedly/conduit!124
This commit is contained in:
commit
9a4789efdc
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ test:cargo:
|
|||
- rustup component add clippy rustfmt
|
||||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --workspace --verbose --locked
|
||||
- cargo fmt --all -- --check
|
||||
- cargo test --workspace --verbose --locked
|
||||
- cargo clippy
|
||||
|
||||
# --------------------------------------------------------------------- #
|
||||
|
|
Loading…
Reference in a new issue