Skip to content

Feature(RDB): add support to loading RDB, not completed yet, not read… #9

Feature(RDB): add support to loading RDB, not completed yet, not read…

Feature(RDB): add support to loading RDB, not completed yet, not read… #9

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-test:
name: Run test script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.25
- run: bun install
- run: bun test