Fix RBS test failures of taint/trust (#5364)

This commit is contained in:
Masataka Pocke Kuwabara 2021-12-28 18:18:40 +09:00 committed by GitHub
parent 63358581bc
commit b948b1a4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2021-12-28 18:19:04 +09:00
Merged-By: pocke <p.ck.t22@gmail.com>
3 changed files with 3 additions and 3 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: "rbs"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
- 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: "rbs"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |

View File

@ -11,6 +11,6 @@ net-pop 0.1.1 https://github.com/ruby/net-pop
net-smtp 0.3.1 https://github.com/ruby/net-smtp
matrix 0.4.2 https://github.com/ruby/matrix
prime 0.1.2 https://github.com/ruby/prime
rbs 2.0.0 https://github.com/ruby/rbs
rbs 2.0.0 https://github.com/ruby/rbs cdd6a3a896001e25bd1feda3eab7f470bae935c1
typeprof 0.21.1 https://github.com/ruby/typeprof
debug 1.4.0 https://github.com/ruby/debug