Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #206

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #206

Workflow file for this run

name: UnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: UnitTest
run: make ut