Skip to content

improve the Tssop cad model and add test (#289) #501

improve the Tssop cad model and add test (#289)

improve the Tssop cad model and add test (#289) #501

Workflow file for this run

# Created using @tscircuit/plop (npm install -g @tscircuit/plop)
name: Bun Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.1
- name: Install dependencies
run: bun install
- name: Build
run: bun run build
- name: Run tests
run: bun test --timeout 10000