Skip to content

patch for invalid state root #99

patch for invalid state root

patch for invalid state root #99

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run lints
run: make update; make lint
- name: Run tests
run: make update; make test