diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d51c564..26424a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,13 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # 'bundle install' and cache + - run: env | sort + - run: | + cc -xc -E - < + foo(RTLD_LAZY, RTLD_NOW, RTLD_LOCAL, RTLD_GLOBAL); + EOF + - run: cat /usr/include/dlfcn.h - name: Run test run: bundle exec rake compile test timeout-minutes: 5