зеркало из https://github.com/github/ruby.git
CI: skip objspace test on MinGW for now
This commit is contained in:
Родитель
ed76ba35dd
Коммит
b5f871888e
|
@ -38,9 +38,11 @@ jobs:
|
|||
- msystem: "MINGW64"
|
||||
base_ruby: 2.6
|
||||
test_task: "check"
|
||||
test-all-opts: "--exclude=/objspace/"
|
||||
- msystem: "UCRT64"
|
||||
base_ruby: head
|
||||
test_task: "check"
|
||||
test-all-opts: "--exclude=/objspace/"
|
||||
fail-fast: false
|
||||
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||
steps:
|
||||
|
@ -135,7 +137,9 @@ jobs:
|
|||
chcp.com 437
|
||||
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
|
||||
RUBY_TESTOPTS: >-
|
||||
-j${{env.TEST_JOBS}} --retry --job-status=normal --show-skip --timeout-scale=1.5
|
||||
${{ matrix.test-all-opts }}
|
||||
BUNDLER_VERSION:
|
||||
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test-all' || StartsWith(matrix.test_task, 'test/')}}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче