mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try test-bundler-parallel in GitHub Actions
This commit is contained in:
parent
e11ffe0aaf
commit
53c0737ae4
Notes:
git
2020-06-05 23:07:31 +09:00
2 changed files with 3 additions and 3 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
strategy:
|
||||
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
|
||||
env:
|
||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||
|
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -4,11 +4,11 @@ jobs:
|
|||
make:
|
||||
strategy:
|
||||
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]
|
||||
debug: ["", "-DRUBY_DEBUG"]
|
||||
exclude:
|
||||
- test_task: test-bundler
|
||||
- test_task: test-bundler-parallel
|
||||
os: ubuntu-16.04
|
||||
- test_task: test-bundled-gems
|
||||
os: ubuntu-16.04
|
||||
|
|
Loading…
Add table
Reference in a new issue