Skip to content

Bump github.com/stretchr/testify from 1.8.0 to 1.9.0 #8

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

Bump github.com/stretchr/testify from 1.8.0 to 1.9.0 #8

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
-
name: Test
run: go test -v ./...
env:
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}