Fix RBS test failures of taint/trust (#5364)
This commit is contained in:
parent
63358581bc
commit
b948b1a4e1
Notes:
git
2021-12-28 18:19:04 +09:00
Merged-By: pocke <p.ck.t22@gmail.com>
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: "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|$|$$/|'`
|
||||
|
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: "rbs"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
payload: |
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user