Skip to content

chore: add benchmarks README #42

chore: add benchmarks README

chore: add benchmarks README #42

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node Active LTS
uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- name: Install Deps
run: npm ci
- name: Build & Test
run: |
npm run build
npm run test