From f056d8c1e91f51a4b489c0b12299a813713f6723 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 23 Sep 2022 01:21:10 +0200 Subject: [PATCH] Update clean script. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef05346..18a46e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,7 @@ jobs: -e 'rake' \ -e 'rexml' \ -e 'rdoc' \ + -e 'rbs' \ -e 'rss' \ -e 'scanf' \ -e 'shell' \ @@ -86,6 +87,7 @@ jobs: -e 'test-unit' \ -e 'thwait' \ -e 'tracer' \ + -e 'typeprof' \ -e 'webrick' \ -e 'xmlrpc' \ -e 'zlib' \