Skip to content

Chidlren of enodes should be other enodes, not eclasses. Fixed #44 (#45) #156

Chidlren of enodes should be other enodes, not eclasses. Fixed #44 (#45)

Chidlren of enodes should be other enodes, not eclasses. Fixed #44 (#45) #156

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: make test
nits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: make nits