Skip to content

Commit

Permalink
CI: Add feature to cache key of msrv
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Oct 27, 2023
1 parent e1a3f58 commit ab2db8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
run: cargo +nightly update -Zminimal-versions
- name: Cache downloaded crates since 1.46 is really slow in fetching
uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.feature }}
- run: cargo check --lib ${{ matrix.feature }}

rustfmt:
Expand Down

0 comments on commit ab2db8e

Please sign in to comment.