Skip to content

Update module github.com/stretchr/testify to v1.9.0 #88

Update module github.com/stretchr/testify to v1.9.0

Update module github.com/stretchr/testify to v1.9.0 #88

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Set-up Go
uses: actions/setup-go@v4
with:
go-version: ^1.16
- name: Check out code
uses: actions/checkout@v4
- name: Test
run: make test