Skip to content

make timeout 100ms on perf test #11

make timeout 100ms on perf test

make timeout 100ms on perf test #11

Workflow file for this run

name: Tests
on: [push, pull_request]
env:
CI: true
jobs:
test:
name: Node.js ${{ matrix.node-version }} @ ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16, 18, 20, 22]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test