Revert "Provisionally ignore panics that happen in these days often"

This reverts commit e0f4c4e410.

We expect https://github.com/ruby/ruby/pull/9729 to address the failure.
This commit is contained in:
Takashi Kokubun 2024-01-29 09:23:29 -08:00
Родитель d42330d702
Коммит 1005b7d29f
2 изменённых файлов: 0 добавлений и 2 удалений

1
.github/workflows/yjit-macos.yml поставляемый
Просмотреть файл

@ -66,7 +66,6 @@ jobs:
- test_task: 'check'
configure: '--enable-yjit=dev'
yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc'
continue-on-test_task: true # provisionally
fail-fast: false
env:

1
.github/workflows/yjit-ubuntu.yml поставляемый
Просмотреть файл

@ -102,7 +102,6 @@ jobs:
- test_task: 'check'
configure: '--enable-yjit=dev'
yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc'
continue-on-test_task: true # provisionally
- test_task: 'test-bundled-gems'
configure: '--enable-yjit=dev'