Skip to content

Updated node-redis benchmark to use node-redis 4.7.1 #190

Updated node-redis benchmark to use node-redis 4.7.1

Updated node-redis benchmark to use node-redis 4.7.1 #190

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.23.x,1.24.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test