Skip to content

Refactor Redis server implementation and update README.md #52

Refactor Redis server implementation and update README.md

Refactor Redis server implementation and update README.md #52

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
unit-test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: run unit tests
run: go test