mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
allow nightly failures
This commit is contained in:
parent
da329c2e53
commit
e482812423
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ matrix:
|
||||||
- cargo fmt --all -- --check || true
|
- cargo fmt --all -- --check || true
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
|
||||||
|
allow_failures:
|
||||||
|
- rust nightly
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- staging
|
- staging
|
||||||
|
|
Loading…
Reference in a new issue