From a6ff546477a84c52b4761309539b7d7eb1808452 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 1 Jul 2020 21:29:28 +0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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