mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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
|
- rustup component add rustfmt
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
- 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
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
ALT=i686-unknown-linux-gnu
|
ALT=i686-unknown-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user