Skip to content

Commit

Permalink
Does in-memory play nicer with CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
elsom25 committed May 22, 2024
1 parent bdbc76c commit ab1377b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ namespace :db do
load("db/schema.rb")
end

desc "Create the database"
task :create do
require_relative "config/environment"
ActiveRecord::Tasks::DatabaseTasks.create_current
end

desc "Drop the database"
task :drop do
require_relative "config/environment"
Expand Down
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: storage/test.sqlite3
database: ':memory:'

# Explicitly no `production`
# This is run locally, only.
Expand Down

0 comments on commit ab1377b

Please sign in to comment.