Skip to content

chore: update dependencies and add changelog functionality #150

chore: update dependencies and add changelog functionality

chore: update dependencies and add changelog functionality #150

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: bun install
- run: bun run test