Skip to content

test: added unit testing and more cases #4

test: added unit testing and more cases

test: added unit testing and more cases #4

Workflow file for this run

name: 🧪 & 📣
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun i
- run: make tests