Skip to content

add redis cluster tests + update github test workflow to start redis … #335

add redis cluster tests + update github test workflow to start redis …

add redis cluster tests + update github test workflow to start redis … #335

Workflow file for this run

on:
push:
branches:
- master
- feature/**
- dev
pull_request:
branches:
- master
workflow_dispatch:
name: coerce-rs tests
jobs:
build_and_test:
name: Coerce Runtime Test
runs-on: ubuntu-latest
steps:
- name: install redis cluster service
uses: pfapi/redis-cluster-service@v1
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features