diff --git a/.github/workflows/truffleruby.yml b/.github/workflows/truffleruby.yml new file mode 100644 index 000000000..78862cede --- /dev/null +++ b/.github/workflows/truffleruby.yml @@ -0,0 +1,22 @@ +name: TruffleRuby + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + truffleruby: + runs-on: ubuntu-latest + timeout-minutes: 30 + steps: + - uses: actions/checkout@v4 + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: truffleruby-head + bundler-cache: true + - name: Test building the gem on TruffleRuby + run: | + bundle exec rake compile