Skip to content

Commit ed358b3

Browse files
chore(ci): added caching to main build
This caches the build dependencies, resulting in shorter build times.
1 parent b2c8ce6 commit ed358b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
rust-version: stable
3333
components: clippy, rustfmt
3434

35+
- name: Cache
36+
uses: Swatinem/rust-cache@v1
37+
3538
- name: Build
3639
run: cargo build --all-features --all-targets
3740

0 commit comments

Comments
 (0)