Skip to content

Merge pull request #119 from nao1215/dependabot/github_actions/action… #222

Merge pull request #119 from nao1215/dependabot/github_actions/action…

Merge pull request #119 from nao1215/dependabot/github_actions/action… #222

Workflow file for this run

name: UnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1"
check-latest: true
- name: UnitTest
run: make ut