Skip to content

Commit 296a232

Browse files
authored
Merge pull request #2360 from pyth-network/devin/1739022286-add-rust-cache-turbo-test
ci: add rust cache to turbo test workflow
2 parents d5a75be + ff3f43e commit 296a232

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-turbo-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19+
- uses: Swatinem/rust-cache@v2
1920
- uses: actions/setup-node@v4
2021
with:
2122
node-version-file: "package.json"

.github/workflows/ci-turbo-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions-rust-lang/setup-rust-toolchain@v1
2323
with:
2424
toolchain: 1.81.0
25+
- uses: Swatinem/rust-cache@v2
2526
- name: Install Solana Cli
2627
run: |
2728
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"

0 commit comments

Comments
 (0)