зеркало из https://github.com/github/ruby.git
Move --repeat-count=2 job to macos-arm-oss (#9208)
This commit is contained in:
Родитель
a6526342f3
Коммит
6e491cae5d
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче