1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added test-syntax-suggest to CI

This commit is contained in:
Hiroshi SHIBATA 2022-08-26 11:15:01 +09:00
parent 5e4d1f9908
commit 3a2bc84954
Notes: git 2022-08-26 12:16:16 +09:00

View file

@ -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"]