Skip to content

Add vitest

Add vitest #1

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/prepare.yml
- name: Run tests
run: bun run test