Skip to content

Commit

Permalink
Test enable-load-relative
Browse files Browse the repository at this point in the history
Now rubygems has the tests depending on it.
  • Loading branch information
nobu committed Jan 15, 2022
1 parent f29d774 commit 4c2d6f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c2d6f7

Please sign in to comment.