ruby-changes:69168
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:21:06 +0900 (JST)
Subject: [ruby-changes:69168] ec4a79a746 (master): Remove YJIT CI configs for tests make check runs
https://git.ruby-lang.org/ruby.git/commit/?id=ec4a79a746 From ec4a79a7466a0670b2b6218be8f59f570fa9bad9 Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Fri, 8 Oct 2021 15:26:14 -0400 Subject: Remove YJIT CI configs for tests make check runs "make check" runs "make test-spec" and "make test-all", so they don't need to be individual elements of the matrix. --- .github/workflows/yjit-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index 414fe78b5d..68cdbf2660 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -4,7 +4,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-ubuntu.yml#L4 make: strategy: matrix: - test_task: ["check", "test-bundled-gems", "test-all", "test-spec"] # "test-bundler-parallel", + test_task: ["check", "test-bundled-gems"] # "test-bundler-parallel", os: - ubuntu-20.04 # - ubuntu-18.04 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/