Skip to content

refactor: implemented decodePeerId method, unit testing has not yet s… #3

refactor: implemented decodePeerId method, unit testing has not yet s…

refactor: implemented decodePeerId method, unit testing has not yet s… #3

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Test
run: deno task test