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:
parent
5e4d1f9908
commit
3a2bc84954
Notes:
git
2022-08-26 12:16:16 +09:00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue