Move --repeat-count=2 job to macos-arm-oss (#9208)

This commit is contained in:
Takashi Kokubun 2023-12-12 13:01:09 -08:00 committed by GitHub
parent a6526342f3
commit 6e491cae5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,9 @@ jobs:
test_task: ['check']
configure: ['']
os: ${{ fromJSON(format('["macos-11","macos-12"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }}
include:
- test_task: test-all TESTS=--repeat-count=2
os: ${{ github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-12' }}
fail-fast: false
env:

View File

@ -40,7 +40,6 @@ jobs:
configure: '--disable-yjit'
- test_task: check
configure: '--enable-shared --enable-load-relative'
- test_task: test-all TESTS=--repeat-count=2
- test_task: test-bundler-parallel
- test_task: test-bundled-gems
fail-fast: false