Add Redis to CI.

This commit is contained in:
Luca P 2022-03-13 15:41:39 +00:00
parent 5512de52ca
commit 5eb7cd2df5

View file

@ -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