diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea8573b6..67d6b8bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,6 @@ name: Continuous integration jobs: ci: - services: - redis: - image: redis - ports: - - 6379/tcp runs-on: ubuntu-latest strategy: matrix: @@ -26,7 +21,7 @@ jobs: components: rustfmt - name: Setup redis - run: redis-server + run: sudo apt install redis-server && redis-server - name: stable/beta test uses: actions-rs/cargo@v1