summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-05 21:39:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-05 21:39:45 +0900
commit53c0737ae4d961a88880b8e20242a11919bdade6 (patch)
treeaa413f61883eb79dc5318419b79b312e62c521aa /.github
parente11ffe0aaf1f5dc8345795097f09d094f523c9c6 (diff)
Try test-bundler-parallel in GitHub Actions
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3189
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/ubuntu.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index bce25ce6bf..fd38b77e5b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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}}
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 42c0264b17..9109cb1246 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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