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 13, 2023
1 parent ba99914 commit 4036501
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 4036501

Please sign in to comment.