Skip to content

cosmos-sdk-go: bump to v0.50.9 #606

cosmos-sdk-go: bump to v0.50.9

cosmos-sdk-go: bump to v0.50.9 #606

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