Skip to content

Commit dc07da6

Browse files
committed
Speedup CI: Use Swatinem/rust-cache@v2 for caching rust compilation
Signed-off-by: Jiahao XU <[email protected]>
1 parent 5fe2b1f commit dc07da6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
1616
shell: bash
1717

18+
- uses: Swatinem/rust-cache@v2
19+
1820
- run: cargo test
1921

2022
- name: Cache make compiled

0 commit comments

Comments
 (0)