Skip to content

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #310

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #310

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
uses: ./.github/actions/run-tests
- name: Report coverage
uses: codecov/[email protected]