diff options
author | Aleksey Kladov <[email protected]> | 2020-01-07 16:50:24 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-07 16:52:45 +0000 |
commit | 817df4571f2aab1e2313c4c018b24bc53ab175c5 (patch) | |
tree | 9ac6917ada5fb9c7f3b89106c4bc9c06c027950b | |
parent | ca2a9b50c08861ddfeea5d5a514a2bb51067294a (diff) |
More tenacious CI networking
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d64e9e75c..e7e0d599e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -18,6 +18,8 @@ jobs: | |||
18 | RUSTFLAGS: -D warnings | 18 | RUSTFLAGS: -D warnings |
19 | CARGO_INCREMENTAL: 0 | 19 | CARGO_INCREMENTAL: 0 |
20 | RUN_SLOW_TESTS: 1 | 20 | RUN_SLOW_TESTS: 1 |
21 | RUSTUP_MAX_RETRIES: 10 | ||
22 | CARGO_NET_RETRY: 10 | ||
21 | steps: | 23 | steps: |
22 | 24 | ||
23 | - name: Checkout repository | 25 | - name: Checkout repository |