зеркало из https://github.com/github/ruby.git
Fix RBS test failures of taint/trust (#5364)
This commit is contained in:
Родитель
63358581bc
Коммит
b948b1a4e1
|
@ -101,7 +101,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
|
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
|
||||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
|
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||||
- name: make skipped tests
|
- name: make skipped tests
|
||||||
run: |
|
run: |
|
||||||
$SETARCH make -s test-all TESTS=`echo "$TESTS" | sed 's| |$/ -n/|g;s|^|-n/|;s|$|$$/|'`
|
$SETARCH make -s test-all TESTS=`echo "$TESTS" | sed 's| |$/ -n/|g;s|^|-n/|;s|$|$$/|'`
|
||||||
|
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
|
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
with:
|
with:
|
||||||
payload: |
|
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
|
net-smtp 0.3.1 https://github.com/ruby/net-smtp
|
||||||
matrix 0.4.2 https://github.com/ruby/matrix
|
matrix 0.4.2 https://github.com/ruby/matrix
|
||||||
prime 0.1.2 https://github.com/ruby/prime
|
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
|
typeprof 0.21.1 https://github.com/ruby/typeprof
|
||||||
debug 1.4.0 https://github.com/ruby/debug
|
debug 1.4.0 https://github.com/ruby/debug
|
||||||
|
|
Загрузка…
Ссылка в новой задаче