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

[Near] Bump wormhole #1239

Merged
merged 13 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/ci-near-contract.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Test Near Contract

on:
pull_request:
paths:
- target_chains/near/**
- wormhole_attester/sdk/rust/**
push:
branches:
- main
paths:
- target_chains/near/**
- wormhole_attester/sdk/rust/**

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: target_chains/near/receiver
steps:
- uses: actions/checkout@v2
- name: Install nextest
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
- name: Test
run: ./workspace-test.sh
1 change: 0 additions & 1 deletion target_chains/near/example/rust-toolchain

This file was deleted.

139 changes: 94 additions & 45 deletions target_chains/near/receiver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading