Skip to content

Reward ghost uncle block miners #92

Reward ghost uncle block miners

Reward ghost uncle block miners #92

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test