mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
16 lines
263 B
YAML
16 lines
263 B
YAML
language: rust
|
|
|
|
matrix:
|
|
include:
|
|
- rust: stable
|
|
before_script:
|
|
- rustup component add rustfmt-preview
|
|
script:
|
|
- cargo fmt --all -- --write-mode=diff
|
|
- cargo test
|
|
|
|
branches:
|
|
only:
|
|
- staging
|
|
- master
|
|
- trying
|