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