Skip to content

Support custom node hash in SimpleMerkleTree #214

Support custom node hash in SimpleMerkleTree

Support custom node hash in SimpleMerkleTree #214

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- run: npm run test:coverage -- --forbid-only
- run: npm run lint
- uses: codecov/codecov-action@v3