[前][次][番号順一覧][スレッド一覧]

ruby-changes:73673

From: Nobuyoshi <ko1@a...>
Date: Thu, 22 Sep 2022 12:54:39 +0900 (JST)
Subject: [ruby-changes:73673] 9058ba218c (master): Binstubs test with relative path seems passing now

https://git.ruby-lang.org/ruby.git/commit/?id=9058ba218c

From 9058ba218c382744a737d47e2f9c8c0055386dc8 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 22 Sep 2022 12:54:23 +0900
Subject: Binstubs test with relative path seems passing now

---
 .github/workflows/ubuntu.yml | 2 --
 1 file changed, 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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L33
             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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]