Skip to content

writes RedisCacheEngine test #12

writes RedisCacheEngine test

writes RedisCacheEngine test #12

Workflow file for this run

name: CI for pull request
on:
pull_request:
jobs:
test-go:
strategy:
matrix:
version: [stable, oldstable]
uses: ./.github/workflows/wf-test-go.yml
with:
go-version: ${{ matrix.version }}