Skip to content

enable deneb fork for minimal preset #53

enable deneb fork for minimal preset

enable deneb fork for minimal preset #53

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
- run: make lint
- run: cargo test
- run: cargo build --bin ethlc