Skip to content

Commit

Permalink
This isn't worth it unfortunately
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Dec 17, 2024
1 parent a188beb commit 98c517d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- "3.3"
- "3.4"
include:
- rails: "7.1"
ruby: "3.0"
- rails: "7.2"
ruby: "3.1"
env:
Expand Down
6 changes: 0 additions & 6 deletions test/dummy/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98c517d

Please sign in to comment.