Skip to content

Options alignment (#18) #93

Options alignment (#18)

Options alignment (#18) #93

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Test
run: make test
- name: Bench
run: make bench