Skip to content

Commit

Permalink
CI: skip objspace test on MinGW for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 5, 2022
1 parent ed76ba3 commit b5f8718
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mingw.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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/')}}

Expand Down

0 comments on commit b5f8718

Please sign in to comment.