Skip to content

Merge pull request #166 from thaim/dependabot/go_modules/github.com/h… #379

Merge pull request #166 from thaim/dependabot/go_modules/github.com/h…

Merge pull request #166 from thaim/dependabot/go_modules/github.com/h… #379

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3