Skip to content

Bugfix/prod nukes

Bugfix/prod nukes #35

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun run test