Skip to content

fix(c): removes unused nonblock! method #12

fix(c): removes unused nonblock! method

fix(c): removes unused nonblock! method #12

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Run tests
run: ruby run_tests.rb