Skip to content

Merge pull request #6 from myuon/issue-5 #34

Merge pull request #6 from myuon/issue-5

Merge pull request #6 from myuon/issue-5 #34

Workflow file for this run

name: test
on:
push:
paths:
- '**.go'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- run: go test ./...