1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove BUNLDER_VERSION in Windows (#3859)

[Bug #17372]
This commit is contained in:
MSP-Greg 2020-12-07 16:47:42 -06:00 committed by GitHub
parent 2580093d5d
commit 41fafd9dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-12-08 07:48:08 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View file

@ -107,7 +107,8 @@ jobs:
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") [Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") [Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
$jobs = [int](1.5 * $env:NUMBER_OF_PROCESSORS) $jobs = [int](1.5 * $env:NUMBER_OF_PROCESSORS)
make test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5 --regexp=\"!/^(test_to_specs_respects_bundler_version|test_gem_bundler|test_activate_bin_path_gives_proper_error_for_bundler)$/\"" if ($env:BUNDLER_VERSION) { Remove-Item env:\BUNDLER_VERSION }
make test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5"
- name: test-spec - name: test-spec
timeout-minutes: 10 timeout-minutes: 10