Skip to content

Add WebSocket fragment timeout and size limits #38

Add WebSocket fragment timeout and size limits

Add WebSocket fragment timeout and size limits #38

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Setup Carp
uses: carpentry-org/setup-carp@v1
- name: Run tests
run: |
set -euo pipefail
carp -x test/web.carp
carp -x test/websocket.carp
- name: Generate docs
run: carp -x gendocs.carp