summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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