Skip to content

Add resource limits docs and enable MRB_USE_DEBUG_HOOK for timeout su… #13

Add resource limits docs and enable MRB_USE_DEBUG_HOOK for timeout su…

Add resource limits docs and enable MRB_USE_DEBUG_HOOK for timeout su… #13

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake