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:
parent
c956f979e5
commit
3a223aec2e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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|$|$$/|'`
|
||||
|
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue