aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-07 16:50:24 +0000
committerAleksey Kladov <[email protected]>2020-01-07 16:52:45 +0000
commit817df4571f2aab1e2313c4c018b24bc53ab175c5 (patch)
tree9ac6917ada5fb9c7f3b89106c4bc9c06c027950b /.github/workflows/ci.yaml
parentca2a9b50c08861ddfeea5d5a514a2bb51067294a (diff)
More tenacious CI networking
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
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