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.
1 parent c120205 commit ae0e0caCopy full SHA for ae0e0ca
.github/workflows/ci.yml
@@ -42,11 +42,6 @@ jobs:
42
toolchain: ${{ matrix.toolchain }}
43
target: ${{ matrix.target }}
44
45
- - name: Handle Rust dependencies caching
46
- uses: Swatinem/rust-cache@v2
47
- with:
48
- key: v1-${{ matrix.target }}
49
-
50
- name: Run tests
51
uses: clechasseur/rs-cargo@v2
52
with:
@@ -83,11 +78,6 @@ jobs:
83
78
toolchain: stable
84
79
components: clippy
85
80
86
87
88
89
- key: v1-linux-gnu
90
91
81
- name: Run linter
92
82
run: cargo clippy --workspace
93
0 commit comments