Skip to content

chore: remove prebuild running tests #63

chore: remove prebuild running tests

chore: remove prebuild running tests #63

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
# TODO change this to bun test
- name: Run tests
run: bun test -u