Skip to content

[add] KMP test case #21

[add] KMP test case

[add] KMP test case #21

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Run unit test
run: yarn unit