aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-27 00:14:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-27 00:17:42 +0900
commit3a223aec2e2c7ef393dcc0c4a05cb1c9bc383775 (patch)
treed028b7d791cfc2b97b1434dcc771888b177d4182 /.github/workflows/ubuntu.yml
parentc956f979e5d05900315d2753d5c3b1389af8dae4 (diff)
downloadruby-3a223aec2e2c7ef393dcc0c4a05cb1c9bc383775.tar.gz
Ignore failures taint/trust in RBS tentatively [ci skip]
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index ff79dad880..81c56384cf 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -101,7 +101,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
- name: make skipped tests
run: |
$SETARCH make -s test-all TESTS=`echo "$TESTS" | sed 's| |$/ -n/|g;s|^|-n/|;s|$|$$/|'`