Skip to content

Commit

Permalink
Try to fix rails test setup failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubya committed Oct 15, 2023
1 parent 02fa2f7 commit 76e0f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/rails.rake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace :rails do
env['ARCONN'] = adapter
env['BUNDLE_GEMFILE'] = ENV['BUNDLE_GEMFILE'] || File.join(root_dir, 'Gemfile') # use AR-JDBC's with Rails tests
env['EXCLUDE_DIR'] = File.join(root_dir, 'test/rails/excludes', adapter) # minitest-excludes
env['CI'] = false # Rails strict warnings blows up otherwise

libs = [
File.join(root_dir, 'lib'),
Expand Down

0 comments on commit 76e0f93

Please sign in to comment.