summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-26 11:15:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-26 12:15:47 +0900
commit3a2bc849541a38fe0050bd6b522adf6fedbc29f5 (patch)
treee63b108776d1fec9afb60a277e30cce5399771da /.github/workflows/ubuntu.yml
parent5e4d1f9908fc09d0d9a451fd7e385af5ef0d7007 (diff)
Added test-syntax-suggest to CI
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6287
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 372eb7cc2f..6ea8c06b93 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -21,7 +21,7 @@ jobs:
make:
strategy:
matrix:
- test_task: ["check", "test-bundler-parallel", "test-bundled-gems"]
+ test_task: ["check", "test-syntax-suggest", "test-bundler-parallel", "test-bundled-gems"]
os:
- ubuntu-20.04
configure: ["", "cppflags=-DRUBY_DEBUG"]