Skip to content

Merge pull request #228 from afurm/interpolation-search #712

Merge pull request #228 from afurm/interpolation-search

Merge pull request #228 from afurm/interpolation-search #712

Workflow file for this run

name: Build/test code
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0'
- name: Run tests
run: rake test