summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-22 12:54:23 +0900
committerGitHub <noreply@github.com>2022-09-22 12:54:23 +0900
commit9058ba218c382744a737d47e2f9c8c0055386dc8 (patch)
tree7613aed82ee82a53f0acd34b64e84183ef109781 /.github/workflows
parent830b2e217b6298f696cc20df25e6a547a642f0f2 (diff)
Binstubs test with relative path seems passing now
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6416 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 5d7acd7143..a1818182a3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -33,8 +33,6 @@ jobs:
configure: '' # test without -DRUBY_DEBUG as well
- test_task: check
configure: "--enable-shared --enable-load-relative"
- skipped_tests: "TestGem#test_.*_from_binstubs.*"
- continue-on-skipped_tests: true
- test_task: test-all TESTS=--repeat-count=2
- test_task: test-syntax-suggest
- test_task: test-bundler-parallel