Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.17'
- name: Install dependencies
run: |
go version
go mod download
- name: Run Test
run: |
go test -v -count=10 ./...