Skip to content

Commit c10c81e

Browse files
committed
Cache Rust dependencies
We have a lot of dependencies (wasmtime) that don't change so this should significantly speed up CI.
1 parent 5f77d95 commit c10c81e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- name: Install WASI target
9797
run: rustup target add wasm32-wasip2
9898

99+
- name: Cache Rust dependencies
100+
uses: Swatinem/rust-cache@v2
101+
99102
- name: Build and test
100103
run: |
101104
cargo test --package lint_case_conflict

0 commit comments

Comments
 (0)