Skip to content

Fix mock server to handle multiple Redis commands in single packet #12

Fix mock server to handle multiple Redis commands in single packet

Fix mock server to handle multiple Redis commands in single packet #12

Workflow file for this run

name: Test
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test