Skip to content

Commit 448ee5b

Browse files
committed
ci: add cargo cache
1 parent 3bdd61e commit 448ee5b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

β€Ž.github/workflows/build-docker.yamlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: πŸ” Checkout
3232
uses: actions/checkout@v6
3333

34+
- name: πŸ¦€ Cache Cargo
35+
uses: Swatinem/rust-cache@v2
36+
3437
- name: πŸ¦€ Install SQLX
3538
run: cargo install sqlx-cli --no-default-features --features postgres
3639

β€Ž.github/workflows/test.yamlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: πŸ” Checkout
3535
uses: actions/checkout@v6
3636

37+
- name: πŸ¦€ Cache Cargo
38+
uses: Swatinem/rust-cache@v2
39+
3740
- name: πŸ¦€ Install SQLX
3841
run: cargo install sqlx-cli --no-default-features --features postgres
3942

0 commit comments

Comments
Β (0)