Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test out the new publish-dry-run #1433

Closed
wants to merge 15 commits into from
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,16 @@ jobs:
TEST_PROTOCOL: ${{ matrix.test-protocol }}

publish-dry-run:
if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
# if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
strategy:
fail-fast: false
matrix:
sys:
- os: ubuntu-latest
target: wasm32-unknown-unknown
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@main
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@c4617971b20443b733346029b25e59877c977d1f
with:
runs-on: ${{ matrix.sys.os }}
target: ${{ matrix.sys.target }}
Loading