summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7885b9d02..da4c7a181 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -216,6 +216,16 @@ jobs:
with:
cache-path: ./target
+ - name: Shallow clone crates.io index
+ shell: bash
+ run: |
+ if [ ! -d ~/.cargo/registry/index/github.com-1ecc6299db9ec823/.git ]
+ then
+ git clone --depth 1 --no-checkout \
+ https://github.com/rust-lang/crates.io-index \
+ ~/.cargo/registry/index/github.com-1ecc6299db9ec823
+ fi
+
- name: test_format.js
if: matrix.kind == 'lint'
run: deno run --unstable --allow-write --allow-read --allow-run ./tools/format.js --check