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