Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #735

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #735

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: go test ./...