mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
travis: run cargo fmt on subcrates as well
This commit is contained in:
parent
5277137d85
commit
cbc4589c4c
@ -15,6 +15,13 @@ matrix:
|
||||
- rustup component add rustfmt
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cd crates/cargo-test-macro
|
||||
- cargo fmt --all -- --check
|
||||
- cd ../crates-io
|
||||
- cargo fmt --all -- --check
|
||||
- cd ../resolver-tests
|
||||
- cargo fmt --all -- --check
|
||||
- cd ../../
|
||||
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
ALT=i686-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user