aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-07-28 16:12:46 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-07-28 16:12:46 -0700
commit0d68286be93b2c7e588e42849ead0526ff55126c (patch)
tree942db82741037fda269d24512bdb2c4594353b81 /.github/workflows
parentc348f5a91c6c5b4a90082d1e64312b4fb0dc7abc (diff)
downloadruby-0d68286be93b2c7e588e42849ead0526ff55126c.tar.gz
Revert "Try reproducing the MinGW hang on time command (#6168)"
This reverts commit bee5089d6789401f265f87b2f23f1bd7ec63cec8. Looking at https://github.com/ruby/ruby/runs/7564065637?check_suite_focus=true, we concluded that the ruby process for test-all is stuck before exit when this issue reproduces. However, because of our limited bandwidth to support MinGW, we're not investigating this, and therefore we need to keep skipping tests that hang on this environment.
Diffstat (limited to '.github/workflows')
-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 2842a19f48..80b7a92f15 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -135,7 +135,7 @@ jobs:
run: |
# Actions uses UTF8, causes test failures, similar to normal OS setup
chcp.com 437
- time make ${{ StartsWith(matrix.test_task, 'test/') && matrix.test_task || 'test-all' }}
+ make ${{ StartsWith(matrix.test_task, 'test/') && matrix.test_task || 'test-all' }}
env:
RUBY_TESTOPTS: >-
-j${{env.TEST_JOBS}} --retry --job-status=normal --show-skip --timeout-scale=1.5