mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fix cargo fmt cmd in travis.yml
This commit is contained in:
@@ -17,9 +17,9 @@ script:
|
|||||||
- cargo test --verbose --all --manifest-path lighthouse-beacon/Cargo.toml
|
- cargo test --verbose --all --manifest-path lighthouse-beacon/Cargo.toml
|
||||||
- cargo test --verbose --all --manifest-path lighthouse-validator/Cargo.toml
|
- cargo test --verbose --all --manifest-path lighthouse-validator/Cargo.toml
|
||||||
- cargo test --verbose --all --manifest-path lighthouse-libs/Cargo.toml
|
- cargo test --verbose --all --manifest-path lighthouse-libs/Cargo.toml
|
||||||
- cargo fmt --all -- --check --manifest-path lighthouse-beacon/Cargo.toml
|
- cargo fmt --all --manifest-path lighthouse-beacon/Cargo.toml -- --check
|
||||||
- cargo fmt --all -- --check --manifest-path lighthouse-validator/Cargo.toml
|
- cargo fmt --all --manifest-path lighthouse-validator/Cargo.toml -- --check
|
||||||
- cargo fmt --all -- --check --manifest-path lighthouse-libs/Cargo.toml
|
- cargo fmt --all --manifest-path lighthouse-libs/Cargo.toml -- --check
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
|
|||||||
Reference in New Issue
Block a user