Skip to content

Commit

Permalink
action: add a job that builds relayer
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Sep 21, 2022
1 parent 77d27b5 commit 1a92272
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
- uses: actions-rs/cargo@v1
- run: make test

relayer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: make yrly

sdk-test:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 1a92272

Please sign in to comment.