summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-25 23:44:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-27 15:50:02 +0900
commitb73d256f34dc46ae2b1e682c060330541463b905 (patch)
tree3b540e5b6e52a30deabebbbd57cbe821fa5176c1 /.github
parent441cd156e0e6fc5161440c782901861fbc43af80 (diff)
Check leaked global symbols under more various conditions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml1
-rw-r--r--.github/workflows/mingw.yml2
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 532e4589e2..a133ac6ef4 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -185,6 +185,7 @@ jobs:
- run: $make extract-extlibs
- run: $make incs
- run: $make
+ - run: $make leaked-globals
- run: $make test
- run: $make install
if: "matrix.entry.name == '-O3'"
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index c0366f2942..bdbcf3887e 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -86,6 +86,8 @@ jobs:
$jobs = [int](2 * $env:NUMBER_OF_PROCESSORS)
make -j $jobs
+ - run: make leaked-globals
+
- name: make install
run: |
# Actions uses UTF8, causes test failures, similar to normal OS setup