From ec4a79a7466a0670b2b6218be8f59f570fa9bad9 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 8 Oct 2021 15:26:14 -0400 Subject: [PATCH] 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: 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