Skip to content

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

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 #89

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.3
- name: Run tests
run: go test -v ./...
env:
PDL_API_KEY: ${{secrets.PDL_API_KEY}}