Ignore failures taint/trust in RBS tentatively [ci skip]
This commit is contained in:
parent
c956f979e5
commit
3a223aec2e
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -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: ""
|
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
|
||||||
- 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|$|$$/|'`
|
||||||
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -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: ""
|
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
with:
|
with:
|
||||||
payload: |
|
payload: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user