Skip to content

cosmos-sdk-proto: use buf's enable_type_names feature (#490) #611

cosmos-sdk-proto: use buf's enable_type_names feature (#490)

cosmos-sdk-proto: use buf's enable_type_names feature (#490) #611

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