mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 10:48:18 -07:00
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
@ -30,8 +30,8 @@ test:cargo:
|
|||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
script:
|
script:
|
||||||
- rustc --version && cargo --version # Print version info for debugging
|
- rustc --version && cargo --version # Print version info for debugging
|
||||||
- cargo test --workspace --verbose --locked
|
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
- cargo test --workspace --verbose --locked
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
|
||||||
# --------------------------------------------------------------------- #
|
# --------------------------------------------------------------------- #
|
||||||
|
Loading…
Reference in New Issue
Block a user