-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Node fix register chain vaa format error (#2100)
* Node: Fix register chain VAA format error Change-Id: If60ae2e072da025029b8a817272d8175585baa7d * sdk_tests: adding sdk vaa tests * sdk/vaa: share governance serialization Co-authored-by: Bruce Riley <[email protected]> Co-authored-by: Evan Gray <[email protected]>
- Loading branch information
1 parent
f39acdb
commit 82651e4
Showing
3 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,6 +237,16 @@ jobs: | |
- run: curl https://get.ignite.com/[email protected] | bash && mv ignite /usr/local/bin/ | ||
- run: cd wormchain && make proto -B && make test | ||
|
||
# Verify go sdk unit tests | ||
sdk_vaa: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.19.3" | ||
- run: cd sdk/vaa && go test | ||
|
||
# Run Go linters, Go tests and other outside-of-Tilt things. | ||
lint-and-tests: | ||
# The linter is slow enough that we want to run it on the self-hosted runner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters