Skip to content

update ruby 3.3 bindings (#28) #74

update ruby 3.3 bindings (#28)

update ruby 3.3 bindings (#28) #74

Workflow file for this run

---
name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- name: Install Dependencies
run: |
gem install test-unit
make clean
- name: Build and run Tests
run: |
make all
make test