Skip to content

Commit

Permalink
Perform sqlite tests in memory
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboehme committed Jul 24, 2024
1 parent ca79534 commit 198b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database.yml.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sqlite:
adapter: sqlite3
database: "file:memdb1?mode=memory&cache=shared"
database: ":memory:"
mysql:
adapter: mysql2
host: 127.0.0.1
Expand Down

0 comments on commit 198b214

Please sign in to comment.