Skip to content

Commit b152c2e

Browse files
committed
ci: update rust cache keys
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 7863cb8 commit b152c2e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Check
2121
run: bash contrib/scripts/check-fmt.sh check
2222

23-
# TODO: check MSRV
2423
check-crates:
2524
name: Check crates
2625
runs-on: ubuntu-latest
@@ -63,6 +62,8 @@ jobs:
6362

6463
- name: Rust Cache
6564
uses: Swatinem/[email protected]
65+
with:
66+
key: ${{ matrix.crate }}
6667

6768
- name: Check
6869
run: cargo check -p ${{ matrix.crate }}
@@ -83,8 +84,6 @@ jobs:
8384

8485
- name: Rust Cache
8586
uses: Swatinem/[email protected]
86-
with:
87-
key: "check-docs"
8887

8988
- name: Check
9089
run: bash contrib/scripts/check-docs.sh
@@ -101,8 +100,6 @@ jobs:
101100

102101
- name: Rust Cache
103102
uses: Swatinem/[email protected]
104-
with:
105-
key: "build-no-std"
106103

107104
- name: Set default toolchain
108105
run: rustup default nightly

0 commit comments

Comments
 (0)