Skip to content

Commit

Permalink
Speedup CI: Use Swatinem/rust-cache@v2 for caching rust compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed Mar 2, 2024
1 parent 5fe2b1f commit dc07da6
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 @@ -15,6 +15,8 @@ jobs:
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
shell: bash

- uses: Swatinem/rust-cache@v2

- run: cargo test

- name: Cache make compiled
Expand Down

0 comments on commit dc07da6

Please sign in to comment.