We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc49c0c + 731030e commit cfe38d2Copy full SHA for cfe38d2
.github/workflows/test.yml
@@ -35,24 +35,6 @@ jobs:
35
default: true
36
override: true
37
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
46
47
- path: ~/.cargo/bin
48
- key: ${{ runner.os }}-cargo-bin-${{ hashFiles('**/Cargo.lock') }}
49
50
- - name: Cache Cargo build
51
52
53
- path: target
54
- key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
55
56
- name: Run all the tests
57
shell: bash
58
run: |
0 commit comments