Skip to content

cosmos-sdk-proto: Remove IBC protos in favour of the ibc-proto crat… #621

cosmos-sdk-proto: Remove IBC protos in favour of the ibc-proto crat…

cosmos-sdk-proto: Remove IBC protos in favour of the ibc-proto crat… #621

Workflow file for this run

name: proto-build
on:
push:
branches: main
pull_request:
paths:
- ".github/workflows/proto-build.yml"
- "proto-build/**"
- "Cargo.*"
defaults:
run:
working-directory: proto-build
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo build --verbose
- run: cargo test --verbose