зеркало из https://github.com/github/ruby.git
Try test-bundler-parallel in GitHub Actions
This commit is contained in:
Родитель
e11ffe0aaf
Коммит
53c0737ae4
|
@ -5,7 +5,7 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test_task: [ "check", "test-bundler", "test-bundled-gems", "leaked-globals" ]
|
test_task: [ "check", "test-bundler-parallel", "test-bundled-gems", "leaked-globals" ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||||
|
|
|
@ -4,11 +4,11 @@ jobs:
|
||||||
make:
|
make:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test_task: [ "check", "test-bundler", "test-bundled-gems", "test-all TESTS=--repeat-count=2", "leaked-globals" ]
|
test_task: [ "check", "test-bundler-parallel", "test-bundled-gems", "test-all TESTS=--repeat-count=2", "leaked-globals" ]
|
||||||
os: [ubuntu-latest, ubuntu-16.04]
|
os: [ubuntu-latest, ubuntu-16.04]
|
||||||
debug: ["", "-DRUBY_DEBUG"]
|
debug: ["", "-DRUBY_DEBUG"]
|
||||||
exclude:
|
exclude:
|
||||||
- test_task: test-bundler
|
- test_task: test-bundler-parallel
|
||||||
os: ubuntu-16.04
|
os: ubuntu-16.04
|
||||||
- test_task: test-bundled-gems
|
- test_task: test-bundled-gems
|
||||||
os: ubuntu-16.04
|
os: ubuntu-16.04
|
||||||
|
|
Загрузка…
Ссылка в новой задаче