зеркало из https://github.com/github/ruby.git
Add "test-all TESTS=--repeat-count=2" to test_task
This commit is contained in:
Родитель
fce667ed08
Коммит
aeddffafc8
|
@ -10,13 +10,15 @@ jobs:
|
|||
make:
|
||||
strategy:
|
||||
matrix:
|
||||
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
|
||||
test_task: [ "check", "test-bundler", "test-bundled-gems", "test-all TESTS=--repeat-count=2" ]
|
||||
os: [ubuntu-latest, ubuntu-16.04]
|
||||
exclude:
|
||||
- test_task: test-bundler
|
||||
os: ubuntu-16.04
|
||||
- test_task: test-bundled-gems
|
||||
os: ubuntu-16.04
|
||||
- test_task: "test-all TESTS=--repeat-count=2"
|
||||
os: ubuntu-16.04
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
|
|
Загрузка…
Ссылка в новой задаче