Skip to content

use mrb_malloc with mrb_protect_error #27

use mrb_malloc with mrb_protect_error

use mrb_malloc with mrb_protect_error #27

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential \
bison \
m4 \
ruby
- name: Run tests
run: rake test