mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
nightly rustfmt
This commit is contained in:
parent
1edb58a802
commit
9f1f2f952c
@ -3,17 +3,16 @@ language: rust
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
before_script:
|
|
||||||
- rustup component add rustfmt-preview
|
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
|
||||||
- cargo test
|
|
||||||
- cargo gen-kinds --verify
|
- cargo gen-kinds --verify
|
||||||
- cargo gen-tests --verify
|
- cargo gen-tests --verify
|
||||||
|
- cargo test
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add clippy-preview
|
- rustup component add clippy-preview
|
||||||
|
- rustup component add rustfmt-preview
|
||||||
script:
|
script:
|
||||||
|
- cargo fmt --all -- --check
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user