mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Pass the flag as $TESTOPTS
Fixing the failure of a4f292426b
like
https://github.com/ruby/ruby/runs/1513663542
This commit is contained in:
parent
3319ce3765
commit
2580093d5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
|||
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
|
||||
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
|
||||
$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)$/"
|
||||
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)$/\""
|
||||
|
||||
- name: test-spec
|
||||
timeout-minutes: 10
|
||||
|
|
Loading…
Reference in a new issue