We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61297a3 commit 5aa25e3Copy full SHA for 5aa25e3
.github/workflows/check.yml
@@ -27,8 +27,9 @@ jobs:
27
~/.cargo/registry/index/
28
~/.cargo/registry/cache/
29
~/.cargo/git/db/
30
+ ~/.rustup/toolchains/
31
target/
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
32
+ key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.lock') }}
33
34
- name: Install WASM toolchain
35
run: rustup target add wasm32-unknown-unknown
@@ -56,8 +57,9 @@ jobs:
56
57
58
59
60
61
62
+ key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
63
64
- name: Install the latest version of uv
65
uses: astral-sh/setup-uv@v6
0 commit comments