Jeff Biglerjbigler.hashnode.dev·Aug 10, 2024Optimizing Rails Test SpeedTL;DR: If your Rails tests run in the default transaction, disable table truncation using ENV["SKIP_TEST_DATABASE_TRUNCATE"] for faster parallel tests! (Rails 7.2.0+). Make sure your DB files are stored on an SSD to improve integrated test response...1 like·55 readsRuby on RailsAdd a thoughtful commentNo comments yetBe the first to start the conversation.