mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
More tenacious CI networking
This commit is contained in:
parent
ca2a9b50c0
commit
817df4571f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
|||
RUSTFLAGS: -D warnings
|
||||
CARGO_INCREMENTAL: 0
|
||||
RUN_SLOW_TESTS: 1
|
||||
RUSTUP_MAX_RETRIES: 10
|
||||
CARGO_NET_RETRY: 10
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue