Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ namespace :spec do
#{env_vars} bundle exec parallel_rspec \
--test-options '--order rand #{rspec_profile_option} --format progress --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec_main.log' \
--runtime-log tmp/parallel_runtime_rspec_main.log \
--verbose-rerun-command \
--single spec/integration/ \
--single spec/acceptance/ \
--isolate \
Expand All @@ -61,6 +62,7 @@ namespace :spec do
#{env_vars} bundle exec parallel_rspec \
--test-options '--order rand #{rspec_profile_option} --format progress --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec_migrations.log' \
--runtime-log tmp/parallel_runtime_rspec_migrations.log \
--verbose-rerun-command \
-- spec/migrations
CMD
sh command
Expand Down
Loading