Skip to content

Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 #303

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

Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 #303

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]