Merge branch 'ci-format-check-before-cargo-test' into 'master'

CI: Check format before running test

See merge request famedly/conduit!124
merge-requests/123/merge
Timo Kösters 3 years ago
commit 9a4789efdc

@ -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…
Cancel
Save