Skip to content

initial work on simple K/V state replication + package upgrades #371

initial work on simple K/V state replication + package upgrades

initial work on simple K/V state replication + package upgrades #371

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:
- uses: actions/checkout@master
- uses: supercharge/redis-github-action@1.2.0
with:
redis-version: 6
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features