Skip to content

Commit b1fdcc4

Browse files
authored
Merge pull request #9 from Chiichen/ci-add-rust-cache
ci: add build cache in workflow
2 parents 7f0bd79 + 9fd1640 commit b1fdcc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Rust cache
20+
uses: Swatinem/rust-cache@v2
1921
- name: Build
2022
run: cargo build --verbose
2123
- name: Run tests

0 commit comments

Comments
 (0)