diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c3af7b2..8b859037 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: override: true components: rustfmt, clippy + - name: Setup redis + run: sudo apt install redis-server && redis-server + - name: stable/beta build uses: actions-rs/cargo@v1 if: matrix.rust == 'stable' || matrix.rust == 'beta'