Sha256: 44e9dfa128a3e6e5d715585b9ee1d93a524c0604d9e23fbc8117503829cebd5c

Contents?: true

Size: 393 Bytes

Versions: 3

Compression:

Stored size: 393 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

desc "Test all PG versions"
task :test_all do
  system("PG_VERSION=11 bundle exec rspec spec && PG_VERSION=12 bundle exec rspec spec && PG_VERSION=13 bundle exec rspec spec && PG_VERSION=14 bundle exec rspec spec && PG_VERSION=16 bundle exec rspec spec && PG_VERSION=16 bundle exec rspec spec")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pg-locks-monitor-0.3.2 Rakefile
pg-locks-monitor-0.3.1 Rakefile
pg-locks-monitor-0.3.0 Rakefile