1
0
Fork 0
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:
Nobuyoshi Nakada 2020-06-05 21:39:45 +09:00
parent e11ffe0aaf
commit 53c0737ae4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2020-06-05 23:07:31 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -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}}

View file

@ -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