Commit 2230054 1 parent 9620b70 commit 2230054 Copy full SHA for 2230054
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ jobs:
323
323
COVERAGE : false
324
324
DB : postgresql
325
325
RAKE_TASK : spec:integration
326
+ PARALLEL_TEST_MULTIPLY_PROCESSES : " 0.5"
326
327
327
328
- name : integration-postgres-hotswap
328
329
public : true
Original file line number Diff line number Diff line change @@ -12,11 +12,9 @@ namespace :spec do
12
12
13
13
spec_runner_command =
14
14
if paths =~ /:\d +/ # line number was specified; run with `rspec`
15
- "bundle exec rspec #{ rspec_opts . join ( ' ' ) } #{ paths } "
16
-
17
- else
18
- # no line number specified; run with `parallel_rspec`
19
- "SPEC_OPTS='#{ rspec_opts . join ( ' ' ) } ' bundle exec parallel_rspec --multiply-processes 0.5"
15
+ "bundle exec rspec #{ rspec_opts . join ( ' ' ) } "
16
+ else # no line number specified; run with `parallel_rspec`
17
+ "SPEC_OPTS='#{ rspec_opts . join ( ' ' ) } ' bundle exec parallel_rspec"
20
18
end
21
19
22
20
proxy_env = 'https_proxy= http_proxy='
You can’t perform that action at this time.
0 commit comments