ruby-changes:73070
From: Hiroshi <ko1@a...>
Date: Fri, 26 Aug 2022 12:16:16 +0900 (JST)
Subject: [ruby-changes:73070] 3a2bc84954 (master): Added test-syntax-suggest to CI
https://git.ruby-lang.org/ruby.git/commit/?id=3a2bc84954 From 3a2bc849541a38fe0050bd6b522adf6fedbc29f5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> 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(-) 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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L21 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.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/