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