Skip to content

fix(deps): update module github.com/stretchr/testify to v1.9.0 #29

fix(deps): update module github.com/stretchr/testify to v1.9.0

fix(deps): update module github.com/stretchr/testify to v1.9.0 #29

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.19'
- uses: actions/checkout@v3
- run: go test -v ./... -coverprofile=coverage.out
- name: report coverage
uses: k1LoW/octocov-action@v0