Skip to content

Fix duplicate test class names in sorting tests #707

Fix duplicate test class names in sorting tests

Fix duplicate test class names in sorting tests #707

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: '3.4'
- name: Run tests
run: rake test