Skip to content

Add sorting and Params #97

Add sorting and Params

Add sorting and Params #97

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Run tests
run: make test