Skip to content

cosmos-sdk-proto: fix no_std + serde (#500) #626

cosmos-sdk-proto: fix no_std + serde (#500)

cosmos-sdk-proto: fix no_std + serde (#500) #626

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