Redis config
All checks were successful
Rust / Test (push) Successful in 3m44s
Rust / Rustfmt (push) Successful in 23s
Rust / Clippy (push) Successful in 1m13s
Rust / Code coverage (push) Successful in 3m47s

This commit is contained in:
Alphonse Paix
2025-09-30 02:24:56 +02:00
parent 22c462fba3
commit b5b00152cd
4 changed files with 47 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ env:
SQLX_FEATURES: "rustls,postgres"
DATABASE_URL: postgres://postgres:password@postgres:5432/newsletter
APP_DATABASE__HOST: postgres
APP_REDIS_URI: redis://redis:6379
APP_KV_STORE__HOST: redis
jobs:
test: