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 af06f15 commit c120205Copy full SHA for c120205
.github/workflows/ci.yml
@@ -42,6 +42,11 @@ 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:
@@ -78,6 +83,11 @@ jobs:
78
83
toolchain: stable
79
84
components: clippy
80
85
86
87
88
89
+ key: v1-linux-gnu
90
81
91
- name: Run linter
82
92
run: cargo clippy --workspace
93
0 commit comments