Move --repeat-count=2 job to macos-arm-oss (#9208)
This commit is contained in:
parent
a6526342f3
commit
6e491cae5d
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -32,6 +32,9 @@ jobs:
|
|||||||
test_task: ['check']
|
test_task: ['check']
|
||||||
configure: ['']
|
configure: ['']
|
||||||
os: ${{ fromJSON(format('["macos-11","macos-12"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }}
|
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
|
fail-fast: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -40,7 +40,6 @@ jobs:
|
|||||||
configure: '--disable-yjit'
|
configure: '--disable-yjit'
|
||||||
- test_task: check
|
- test_task: check
|
||||||
configure: '--enable-shared --enable-load-relative'
|
configure: '--enable-shared --enable-load-relative'
|
||||||
- test_task: test-all TESTS=--repeat-count=2
|
|
||||||
- test_task: test-bundler-parallel
|
- test_task: test-bundler-parallel
|
||||||
- test_task: test-bundled-gems
|
- test_task: test-bundled-gems
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user