Skip to content

Run Rails specs with transactions enabled

Sami Hiltunen requested to merge smh-rails-specs-with-transactions into master

When running Rails specs, also run the specs with transactions enabled to ensure there are no regressions. By default, transactions run in the Rails pipeline only as part of the maintenance job.

Merge request reports