Skip to content

Fixes

Fixes #3

Workflow file for this run

name: Bun CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: antongolub/[email protected]
with:
bun-version: v1.x # Uses latest bun 1
- run: bun x jsr add @cross/test @std/assert @cross/deepmerge @cross/runtime # Installs dependencies
- run: "echo '{ \"type\": \"module\" }' > package.json"
- run: bun test tests/*test.ts # Runs the tests