Skip to content

Add FLUSHDB, remove COMMAND stub #12

Add FLUSHDB, remove COMMAND stub

Add FLUSHDB, remove COMMAND stub #12

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: ~/.cargo
key: shared
- name: Build
run: cargo build --release && ls -lh target/*
- name: Build tests
run: cargo build --tests
- name: Run tests
run: script/test