Skip to content

test: widen timing margins in rate-limit tests for CI #56

test: widen timing margins in rate-limit tests for CI

test: widen timing margins in rate-limit tests for CI #56

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: "1.3"
- run: bun install --frozen-lockfile
- name: Typecheck
run: bun run typecheck
- name: Lint
run: bun run lint
- name: Test
run: bun test
- name: Build
run: bun run build