Skip to content

feat: support parallel tests #1069

feat: support parallel tests

feat: support parallel tests #1069

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
Job:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-test-parallel.yml@test-parallel
with:
os: 'ubuntu-latest, macos-latest, windows-latest'
version: '18.19.0, 18, 20, 22, 23'
parallel: 4
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}