mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Don\'t block on rustfmt
This commit is contained in:
parent
9f1f2f952c
commit
d30a2e4fac
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@ matrix:
|
|||
- rustup component add clippy-preview
|
||||
- rustup component add rustfmt-preview
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo fmt --all -- --check || true
|
||||
- cargo clippy
|
||||
|
||||
branches:
|
||||
|
|
|
@ -10,7 +10,6 @@ install:
|
|||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo collect-tests --verify
|
||||
- cargo test
|
||||
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue