Skip to content

Bump StackExchange.Redis in /Difficalcy.PerformancePlus #63

Bump StackExchange.Redis in /Difficalcy.PerformancePlus

Bump StackExchange.Redis in /Difficalcy.PerformancePlus #63

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: make test
e2e-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: make test-e2e
check-api-reference:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: make check-api-reference