Skip to content

0.2.5

0.2.5 #12

Workflow file for this run

name: Bun CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: antongolub/[email protected]
with:
bun-version: v1.x # Uses latest bun 1
- run: bun x jsr add @cross/test @std/assert @cross/runtime @cross/deepmerge # Installs dependencies
- run: bun test # Runs the tests