From b2bcc12337c852aff4ae375b72adf64bedf1f3f4 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 28 Nov 2025 10:14:19 +0100 Subject: [PATCH] Review README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e98b5f42..135e9a538 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Fizzy supports SQLite (default, recommended for most scenarios) and MySQL. You c ```sh DATABASE_ADAPTER=mysql bin/rails +DATABASE_ADAPTER=mysql bin/test +bin/ci # Runs tests against both SQLite and MySQL ``` ### Outbound Emails