Skip to content

test: increase timeouts and delays for CI stability with low resources #18

test: increase timeouts and delays for CI stability with low resources

test: increase timeouts and delays for CI stability with low resources #18

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Linting
run: bun run format
- name: Run tests
run: bun test --coverage tests/*.test.ts --timeout=120000