Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 14, 2024
1 parent 4b56a7e commit b418041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,15 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache
- run: env | sort
- run: |
cc -xc -E - <<EOF
#include <dlfcn.h>
foo(RTLD_LAZY, RTLD_NOW, RTLD_LOCAL, RTLD_GLOBAL);
EOF
- name: Run test
run: bundle exec rake compile test
timeout-minutes: 5
env:
TESTOPTS: "--verbose"
TRUFFLERUBYOPT: "--experimental-options --cexts-log-load"

0 comments on commit b418041

Please sign in to comment.