Added test-syntax-suggest to CI

This commit is contained in:
Hiroshi SHIBATA 2022-08-26 11:15:01 +09:00
Родитель 5e4d1f9908
Коммит 3a2bc84954
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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"]