diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98eca2d0..d3f8c7be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,6 +99,15 @@ jobs: with: toolchain: ${{ matrix.rust }} components: clippy + + - uses: actions/cache@v3 + name: Cache ~/.cargo registry info and sources + with: + key: cratesio-always-shared + path: | + ~/.cache/registry + ~/.cache/git + - name: Check # A failing `cargo check` always ends the build run: |