Skip to content

Commit

Permalink
fix: add rust cache to speed up testing
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Sep 12, 2023
1 parent a54c526 commit 92b85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: ./.github/actions/setup-go
with:
go-version: ${{ matrix.go }}

- uses: stellar/actions/rust-cache@main
- name: Build soroban contract fixtures
run: |
rustup update
Expand Down

0 comments on commit 92b85c0

Please sign in to comment.