[前][次][番号順一覧][スレッド一覧]

ruby-changes:61582

From: Nobuyoshi <ko1@a...>
Date: Fri, 5 Jun 2020 23:08:08 +0900 (JST)
Subject: [ruby-changes:61582] 53c0737ae4 (master): Try test-bundler-parallel in GitHub Actions

https://git.ruby-lang.org/ruby.git/commit/?id=53c0737ae4

From 53c0737ae4d961a88880b8e20242a11919bdade6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 5 Jun 2020 21:39:45 +0900
Subject: Try test-bundler-parallel in GitHub Actions


diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index bce25ce..fd38b77 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -5,7 +5,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L5
     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 42c0264..9109cb1 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -4,11 +4,11 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L4
   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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]