summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-08 15:26:14 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commitec4a79a7466a0670b2b6218be8f59f570fa9bad9 (patch)
treeda36a5b789001eb3a4d56b3bfd732c58cf557f59
parent413397b91e5740f41a0d32f819efe4276f42dc09 (diff)
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.
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
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