summaryrefslogtreecommitdiff
path: root/.github/workflows/yjit-ubuntu.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-01-29 09:23:29 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2024-01-29 09:23:39 -0800
commit1005b7d29ff78ab3d4dc60fa062c84bd03c44d6c (patch)
tree8e0a725294d3e8f24f488500e3dd01d58b70baf6 /.github/workflows/yjit-ubuntu.yml
parentd42330d702b2bb3b8aad105c4e55b0585ce23928 (diff)
Revert "Provisionally ignore panics that happen in these days often"
This reverts commit e0f4c4e410a0e4c6cda67e9000696c8f1f01d8aa. We expect https://github.com/ruby/ruby/pull/9729 to address the failure.
Diffstat (limited to '.github/workflows/yjit-ubuntu.yml')
-rw-r--r--.github/workflows/yjit-ubuntu.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 59c8d21068..437f3d5339 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.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'