From 98c517d93f1729d05f955fcd12a64f4da83469ea Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Wed, 18 Dec 2024 00:51:12 +0100 Subject: [PATCH] This isn't worth it unfortunately --- .github/workflows/main.yml | 2 -- test/dummy/test/test_helper.rb | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ebd914..cd53bd3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,6 @@ jobs: - "3.3" - "3.4" include: - - rails: "7.1" - ruby: "3.0" - rails: "7.2" ruby: "3.1" env: diff --git a/test/dummy/test/test_helper.rb b/test/dummy/test/test_helper.rb index 2701e43..ac4de4e 100644 --- a/test/dummy/test/test_helper.rb +++ b/test/dummy/test/test_helper.rb @@ -8,10 +8,4 @@ class ActiveSupport::TestCase parallelize workers: :number_of_processors, threshold: ENV.fetch("PARALLEL_TEST_THRESHOLD", 5).to_i include Oaken::TestSetup - - setup do - db = ActiveRecord::Base.connection.raw_connection - db.enable_load_extension(true) - SqliteUlid.load db - end if ENV["RAILS_VERSION"] == "7.1" end