From 198b2141d2e04bed40892d7220c8daff4717a006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20B=C3=B6hme?= Date: Wed, 24 Jul 2024 22:45:56 +0200 Subject: [PATCH] Perform sqlite tests in memory --- test/database.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/database.yml.example b/test/database.yml.example index 96350bd..96aa8cc 100644 --- a/test/database.yml.example +++ b/test/database.yml.example @@ -1,6 +1,6 @@ sqlite: adapter: sqlite3 - database: "file:memdb1?mode=memory&cache=shared" + database: ":memory:" mysql: adapter: mysql2 host: 127.0.0.1