Skip to content

Bump ethereum-ibc-rs to v0.0.14 #78

Bump ethereum-ibc-rs to v0.0.14

Bump ethereum-ibc-rs to v0.0.14 #78

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- run: make lint-tools
- run: make lint
- run: cargo test