Skip to content

Commit

Permalink
Merge pull request #2360 from pyth-network/devin/1739022286-add-rust-…
Browse files Browse the repository at this point in the history
…cache-turbo-test

ci: add rust cache to turbo test workflow
  • Loading branch information
cprussin authored Feb 8, 2025
2 parents d5a75be + ff3f43e commit 296a232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-turbo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-turbo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.81.0
- uses: Swatinem/rust-cache@v2
- name: Install Solana Cli
run: |
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
Expand Down

0 comments on commit 296a232

Please sign in to comment.