From 4c2d6f76553d03a5c9742a2cf3a22e41333d75a7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 15 Jan 2022 21:33:14 +0900 Subject: Test enable-load-relative Now rubygems has the tests depending on it. --- .github/workflows/ubuntu.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github/workflows/ubuntu.yml') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 4c5fe0e818..5cfc08989e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -26,16 +26,15 @@ jobs: configure: ["", "cppflags=-DRUBY_DEBUG"] include: - test_task: "check" - os: ubuntu-20.04 configure: "--host=i686-$OSTYPE" + - test_task: "check" + configure: "--enable-shared --enable-load-relative" - test_task: "test-all TESTS=--repeat-count=2" - os: ubuntu-20.04 - configure: "" fail-fast: false env: GITPULLOPTIONS: --no-tags origin ${{github.ref}} RUBY_DEBUG: ci - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.os || 'ubuntu-20.04' }} if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }} steps: - run: mkdir build -- cgit v1.2.3