Fix a test in typeprof
Revert "Skip typeprof for now" This reverts commit bdbf663cef31e2194bf87ae5c11dfe5525316ca8.
This commit is contained in:
parent
bdbf663cef
commit
d71db90c68
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -116,7 +116,7 @@ jobs:
|
||||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "typeprof"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||
PRECHECK_BUNDLED_GEMS: "no"
|
||||
- name: make skipped tests
|
||||
run: |
|
||||
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "typeprof"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||
PRECHECK_BUNDLED_GEMS: "no"
|
||||
continue-on-error: ${{ matrix.test_task == 'yjit-bench' }}
|
||||
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
|
||||
|
@ -18,5 +18,5 @@ net-smtp 0.3.3 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 3.0.4 https://github.com/ruby/rbs c24c65ce867c7d1cc3cc1ca871fc002579bd8854
|
||||
typeprof 0.21.7 https://github.com/ruby/typeprof
|
||||
typeprof 0.21.7 https://github.com/ruby/typeprof aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
|
||||
debug 1.7.2 https://github.com/ruby/debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user