change cluster_up
bool to check state instead
#357
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |