Skip to content

Merge pull request #261 from knqyf263/unused-variable-cleanup-and-tag #117

Merge pull request #261 from knqyf263/unused-variable-cleanup-and-tag

Merge pull request #261 from knqyf263/unused-variable-cleanup-and-tag #117

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths-ignore:
- '*.md'
- 'doc/**'
- 'LICENSE'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make test