Skip to content

Update ethereum-ibc-rs version to v0.1.15 #81

Update ethereum-ibc-rs version to v0.1.15

Update ethereum-ibc-rs version to v0.1.15 #81

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