Skip to content

feat: WebSocket連接池 — 降低50%+調度延遲 (Issue #32 方案2) #80

feat: WebSocket連接池 — 降低50%+調度延遲 (Issue #32 方案2)

feat: WebSocket連接池 — 降低50%+調度延遲 (Issue #32 方案2) #80

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22, 25]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npx tsc --noEmit
- run: npm test