Skip to content

chore(deps): go mod tidy #3

chore(deps): go mod tidy

chore(deps): go mod tidy #3

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
Codecov-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: generate coverage
run: |
go get .
go test ./... -race -covermode=atomic