Skip to content

chore: update module github.com/stretchr/testify to v1.10.0 (#144) #290

chore: update module github.com/stretchr/testify to v1.10.0 (#144)

chore: update module github.com/stretchr/testify to v1.10.0 (#144) #290

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: setup golang
uses: actions/[email protected]
with:
go-version-file: "go.mod"
- name: run tests
run: go test -cover -v ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: run revive
uses: morphy2k/[email protected]
with:
exclude: "./vendor/..."