Skip to content

Update module github.com/stretchr/testify to v1.8.4 - autoclosed #317

Update module github.com/stretchr/testify to v1.8.4 - autoclosed

Update module github.com/stretchr/testify to v1.8.4 - autoclosed #317

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
cache: false
go-version: "1.19"
- run: make setup-ci-env
- run: make validate-ci
- run: make validate
- run: make test