summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-23 12:57:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-23 20:33:27 +0900
commit540b67da4d59ab7d9dbba8d5551944dad1ef8200 (patch)
treee3047302ee25cd4305b00e0002c2da06b41f9642 /.github
parentcae53842735237ccf71a13873fd0d1ae7f165582 (diff)
test-syntax-suggest is run by check now
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7010
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 5b2b9c4616..60e5ce13e3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -39,7 +39,6 @@ jobs:
- test_task: check
configure: "--enable-shared --enable-load-relative"
- test_task: test-all TESTS=--repeat-count=2
- - test_task: test-syntax-suggest
- test_task: test-bundler-parallel
- test_task: test-bundled-gems
fail-fast: false