Skip to content

Commit

Permalink
Remove test:sidekiq references
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jul 8, 2020
1 parent 9acdc41 commit 80b9bd2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ end
namespace :test do
task all: [:main,
:rails,
:sidekiq, :monkey]
:monkey]

Rake::TestTask.new(:main) do |t|
t.libs << %w[test lib]
Expand All @@ -140,7 +140,6 @@ namespace :test do

[
:grape,
:sidekiq,
:sucker_punch
].each do |contrib|
Rake::TestTask.new(contrib) do |t|
Expand Down Expand Up @@ -256,7 +255,6 @@ task :ci do
if RUBY_PLATFORM != 'java'
# Contrib minitests
sh 'bundle exec appraisal contrib-old rake test:monkey'
sh 'bundle exec appraisal contrib-old rake test:sidekiq'
sh 'bundle exec appraisal contrib-old rake test:sucker_punch'
# Contrib specs
sh 'bundle exec appraisal contrib-old rake spec:active_model_serializers'
Expand Down Expand Up @@ -320,7 +318,6 @@ task :ci do
if RUBY_PLATFORM != 'java'
# Contrib minitests
sh 'bundle exec appraisal contrib rake test:grape'
sh 'bundle exec appraisal contrib rake test:sidekiq'
sh 'bundle exec appraisal contrib rake test:sucker_punch'
# Contrib specs
sh 'bundle exec appraisal contrib rake spec:action_pack'
Expand Down Expand Up @@ -395,7 +392,6 @@ task :ci do
if RUBY_PLATFORM != 'java'
# Contrib minitests
sh 'bundle exec appraisal contrib rake test:grape'
sh 'bundle exec appraisal contrib rake test:sidekiq'
sh 'bundle exec appraisal contrib rake test:sucker_punch'
# Contrib specs
sh 'bundle exec appraisal contrib rake spec:action_pack'
Expand Down Expand Up @@ -475,7 +471,6 @@ task :ci do
sh 'bundle exec rake benchmark'
# Contrib minitests
sh 'bundle exec appraisal contrib rake test:grape'
sh 'bundle exec appraisal contrib rake test:sidekiq'
sh 'bundle exec appraisal contrib rake test:sucker_punch'
# Contrib specs
sh 'bundle exec appraisal contrib rake spec:action_pack'
Expand Down Expand Up @@ -540,7 +535,6 @@ task :ci do
sh 'bundle exec rake benchmark'
# Contrib minitests
sh 'bundle exec appraisal contrib rake test:grape'
sh 'bundle exec appraisal contrib rake test:sidekiq'
sh 'bundle exec appraisal contrib rake test:sucker_punch'
# Contrib specs
sh 'bundle exec appraisal contrib rake spec:action_pack'
Expand Down Expand Up @@ -615,7 +609,6 @@ task :ci do
sh 'bundle exec rake benchmark'
# Contrib minitests
sh 'bundle exec appraisal contrib rake test:grape'
sh 'bundle exec appraisal contrib rake test:sidekiq'
sh 'bundle exec appraisal contrib rake test:sucker_punch'
# Contrib specs
sh 'bundle exec appraisal contrib rake spec:action_pack'
Expand Down Expand Up @@ -689,7 +682,6 @@ task :ci do
sh 'bundle exec rake benchmark'
# Contrib minitests
sh 'bundle exec appraisal contrib rake test:grape'
sh 'bundle exec appraisal contrib rake test:sidekiq'
sh 'bundle exec appraisal contrib rake test:sucker_punch'
# Contrib specs
sh 'bundle exec appraisal contrib rake spec:action_pack'
Expand Down

0 comments on commit 80b9bd2

Please sign in to comment.