diff options
-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 |