Skip to content

Commit

Permalink
Fix publish-dry-run failures (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 authored Feb 21, 2024
1 parent 7ede74f commit bcb298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
cargo-hack-feature-options: --features opt --ignore-unknown-features
uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main
with:
crates: soroban-test
crates: soroban-spec-tools soroban-rpc
runs-on: ${{ matrix.os }}
target: ${{ matrix.target }}
cargo-hack-feature-options: ${{ matrix.cargo-hack-feature-options }}

0 comments on commit bcb298d

Please sign in to comment.