diff options
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13acf824..49d2029b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,13 @@ jobs: profile: minimal toolchain: nightly - - uses: Swatinem/rust-cache@v1 + - name: Cache .cargo + id: cargo-cache + uses: actions/cache@v2 + with: + path: | + ./.cargo/ + key: v1.0.4 - name: Test Dependencies run: | |
