Skip to content

Commit cfe38d2

Browse files
authored
Merge pull request #50 from wasmerio/remove-cache
chore: Remove cache from CI to avoid errors
2 parents bc49c0c + 731030e commit cfe38d2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,6 @@ jobs:
3535
default: true
3636
override: true
3737

38-
- name: Cache Cargo registry
39-
uses: actions/cache@v1
40-
with:
41-
path: ~/.cargo/registry
42-
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
43-
44-
- name: Cache Cargo bin
45-
uses: actions/cache@v1
46-
with:
47-
path: ~/.cargo/bin
48-
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('**/Cargo.lock') }}
49-
50-
- name: Cache Cargo build
51-
uses: actions/cache@v1
52-
with:
53-
path: target
54-
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
55-
5638
- name: Run all the tests
5739
shell: bash
5840
run: |

0 commit comments

Comments
 (0)