mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +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 clippy
|
||||
|
||||
allow_failures:
|
||||
- rust nightly
|
||||
|
||||
branches:
|
||||
only:
|
||||
- staging
|
||||
|
|
Loading…
Reference in a new issue