summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index f3a0c9a38b..5b1e51fcef 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -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