cosmos-sdk-proto: use buf's enable_type_names
feature
#610
Workflow file for this run
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
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 |