summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index fe517d2750..4bbedc867d 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -4,7 +4,7 @@ jobs:
make:
strategy:
matrix:
- test_task: [ "check", "test-bundler-parallel", "test-bundled-gems", "test-all TESTS=--repeat-count=2", "leaked-globals" ]
+ test_task: [ "check", "test-bundler-parallel", "test-bundled-gems", "test-all TESTS=--repeat-count=2" ]
os:
- ubuntu-20.04
# - ubuntu-18.04
@@ -17,14 +17,10 @@ jobs:
os: ubuntu-16.04
- test_task: "test-all TESTS=--repeat-count=2"
os: ubuntu-16.04
- - test_task: leaked-globals
- os: ubuntu-16.04
- os: ubuntu-16.04
debug: -DRUBY_DEBUG
- test_task: "test-all TESTS=--repeat-count=2"
debug: -DRUBY_DEBUG
- - test_task: leaked-globals
- debug: -DRUBY_DEBUG
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
@@ -59,6 +55,8 @@ jobs:
run: ../src/configure -C --disable-install-doc cppflags=${{ matrix.debug }}
- run: make $JOBS incs
- run: make $JOBS
+ - run: make leaked-globals
+ if: matrix.test_task == 'check'
- run: make prepare-gems
if: matrix.test_task == 'check'
- name: Create dummy files in build dir