Skip to content

Use ReconciliationSendPayload with maximum peer size #82

Use ReconciliationSendPayload with maximum peer size

Use ReconciliationSendPayload with maximum peer size #82

Workflow file for this run

name: Deno test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: ["1.44.0"]
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version}}
- run: deno task test