Skip to content

feat: wire cache adapter into request path and add cached flag #16

feat: wire cache adapter into request path and add cached flag

feat: wire cache adapter into request path and add cached flag #16

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.14"
- run: bun install --frozen-lockfile
- run: bun test