Skip to content

Test: change test config and setup test CI workflow #1

Test: change test config and setup test CI workflow

Test: change test config and setup test CI workflow #1

Workflow file for this run

name: Python Unit Tests and Type Checks
on: ["push", "pull_request"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun i vitest @vitest/coverage-istanbul --no-save --no-lock
- name: Run vitest
run: bun run coverage