From 3a2bc849541a38fe0050bd6b522adf6fedbc29f5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 26 Aug 2022 11:15:01 +0900 Subject: Added test-syntax-suggest to CI --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ubuntu.yml') 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"] -- cgit v1.2.3