Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#21) #71

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#21)

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#21) #71

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20"]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3