1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore failures taint/trust in RBS tentatively [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-12-27 00:14:24 +09:00
parent c956f979e5
commit 3a223aec2e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 2 deletions

View file

@ -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|$|$$/|'`

View file

@ -92,7 +92,7 @@ jobs:
timeout-minutes: 60
env:
RUBY_TESTOPTS: "-q --tty=no"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |