mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 02:38:18 -07:00
CI: Check format before running test
Testing needs compilation and is slow. Format checking is quick. As format checking fails more often than tests, switching them should result in faster failure and feedback
This commit is contained in:
parent
9268b33c3f
commit
eaa4c77641
@ -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 New Issue
Block a user