Skip to content

Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 #71

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

Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 #71

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: go get
- name: Run tests
run: go test -v ./...