Skip to content

Merge pull request #216 from poteto-go/dependabot/go_modules/github.c… #147

Merge pull request #216 from poteto-go/dependabot/go_modules/github.c…

Merge pull request #216 from poteto-go/dependabot/go_modules/github.c… #147

Workflow file for this run

name: Test-1_21
on:
push:
paths:
- "**.go"
- "**.md"
- "**.yaml"
- "**.mod"
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Use golang
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
# noinlineによるテスト実行
# https://github.com/poteto-go/poteto/issues/169
- name: Test
run: go test ./... -cover -bench . -benchtime 100000x -gcflags=all=-l