Skip to content

fix build after cargo fix #378

fix build after cargo fix

fix build after cargo fix #378

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/[email protected]
with:
redis-version: 6
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features