Skip to content

Merge pull request #15 from kohkimakimoto/fix-error-status #61

Merge pull request #15 from kohkimakimoto/fix-error-status

Merge pull request #15 from kohkimakimoto/fix-error-status #61

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- run: make dev/setup
- run: make test
- run: make lint