From 5eb7cd2df5c15238366ed12ad689b8cd87370db2 Mon Sep 17 00:00:00 2001 From: Luca P Date: Sun, 13 Mar 2022 15:41:39 +0000 Subject: [PATCH] Add Redis to CI. --- .github/workflows/general.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 06f53e3..df786d5 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -28,6 +28,10 @@ jobs: POSTGRES_DB: postgres ports: - 5432:5432 + redis: + image: redis:6 + ports: + - 6379:6379 env: SQLX_VERSION: 0.5.7 SQLX_FEATURES: postgres @@ -173,6 +177,10 @@ jobs: POSTGRES_DB: postgres ports: - 5432:5432 + redis: + image: redis:6 + ports: + - 6379:6379 env: SQLX_VERSION: 0.5.7 SQLX_FEATURES: postgres