Skip to content

Commit 5aa25e3

Browse files
committed
Improve CI
1 parent 61297a3 commit 5aa25e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
~/.cargo/registry/index/
2828
~/.cargo/registry/cache/
2929
~/.cargo/git/db/
30+
~/.rustup/toolchains/
3031
target/
31-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
32+
key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.lock') }}
3233

3334
- name: Install WASM toolchain
3435
run: rustup target add wasm32-unknown-unknown
@@ -56,8 +57,9 @@ jobs:
5657
~/.cargo/registry/index/
5758
~/.cargo/registry/cache/
5859
~/.cargo/git/db/
60+
~/.rustup/toolchains/
5961
target/
60-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
62+
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
6163

6264
- name: Install the latest version of uv
6365
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)